I'm not quite sure what you mean by "passed this, nothing matches that query anymore". But one approach to your intersection process would be to fire two queries. Use the first query to create a filter for the second. See QueryWrapperFilter in the javadocs...
HTH Erick On Wed, Mar 31, 2010 at 2:00 PM, Paul Libbrecht <p...@activemath.org> wrote: > > Hello list, > > 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? > > paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >