Dear lucene experts,

Let me try to make this precise since there was not answer.

I have a query that's, about,
  a & b & c
and I have a good search result.
Now I want to know:

a) for the first page, which matches are matches for a, b, or c
b) for the remaining results (for the "tail"), are there matches of a, b, or c

Thus far, I'd only know the usage of the highlighter to go to fields, it's not exactly the same and it's slow. I know I could use termDocs or another search-result for a,b, and c, probably to annotate my initial results list; that could work well for a).

I still don't know what to do for b).

thanks for hints.

paul

Le 31-mars-10 à 23:00, Paul Libbrecht a écrit :
I've been wandering around but I see no solution yet: I would like to intersect two query results: going through the list of one query and indicating which ones actually match the other query or, even better, indicating that "passed this, nothing matches that query anymore".

What should be the strategy?



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to