SOME ONE wrote:

Yes, I could run two searches, but that means running
two searches for each request from user and that I
think doubles the job taking double time. Any
suggestions to do it more efficiently please ?

I think it would only take double time if the sets of hit documents have substantial overlap, i.e. most of the documents meet both sets of criteria. If the sets of documents are mainly disjoint, the time wouldn't matter much (since the same index data structures have to be traversed either way).

--MDC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to