Hi!
I have this NotEmptyQuery class (http://gist.github.com/78115) which extends
the MultiTermQuery. The class is added into a BooleanQuery, after some other
queries (e.g. after TermQuery and LongTrieRangeFilter queries).
I wonder: does Lucene need to scan all the terms in the inverted index
and th
> I wonder: does Lucene need to scan all the terms in the inverted index
> and the collect all the document identifiers into the DocIdSet
> in order to implement the MultiTermQuery which goes after some other
> queries in a BooleanQuery? Like, collecting a thouthand of document
> identifiers only t