Hi !
When i search a word in the index file, i execute
swish-e -f <index file> -w <word>
It gives me 100 results for example.
When i search a word in the index file and i want the 25 first results.
swish-e -f <index file> -w <word> -m 25
Il would like to have the 25 first results, the best seller of the 100
results and the most popular of the 100 results.
A way is to perform 3 execution of swish-e ( one for the 25 results and
the second for the best seller of the 100 results)
swish-e -f <index file> -w <word> -m 25
swish-e -f <index file> -w <same word> -m 1 -s <best_seller> desc
swish-e -f <index file> -w <same word> -m 1 -s <most_popular> desc
etc.
Is there a solution to perform all the searches in one execution of
swish-e for decreasing the execution time.
What i must modify for this kind of thing ?
Thanks you !
Hussein
PS : Sorry for the incorrect language ... i'll try to learn ;-)
*********************************************************************
Due to deletion of content types excluded from this list by policy,
this multipart message was reduced to a single part, and from there
to a plain text message.
*********************************************************************
Received on Mon Jul 28 15:48:39 2003