At 06:27 AM 3/11/2002 -0800, maildofernando wrote:
> The <SwisHSearch(...)> returns the number from
>ocorrencias. How I make to return the
>name from the archives from one determined
>word?
Is this what you are asking? You are searching more than on index file,
and you want to see which index file a given result came from.
If that is the question, use the *property* value "swishdbfile".
> result = SwishSearch(shandle, word, 1, NULL, NULL);
Try:
result = SwishSearch(shandle, word, 1, "swishdbfile", NULL);
Bill Moseley
mailto:moseley@hank.org
Received on Mon Mar 11 14:42:52 2002