Right, the only thing left is then how to get a Matcher from this iterator.

I think the iterator *is* the equivalent of the Matcher as you've described it - a Scorer without the scores used once by a single thread to iterate across a set of doc ids.

I suppose the Filter criterium is a Lucene Query?
Could be (QueryFilter or FilteredQuery? - can never remember which wraps which), but RangeFilter and TermsFilter are examples of Filters with their own criteria (a range and a list of terms respectively). There may be others out there...


Anyway, I'll let it sink in over my holidays :)
Have a good break !

Cheers
Mark



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

Reply via email to