On May 5, 2005, at 4:41 PM, Pablo Gomes Ludermir wrote:
I would like to know what exactly represent the bit pattern on the
method QueryFilter.bits(IndexReader).

The BitSet represents the documents in the index, sequentially (the order that they were indexed). Each bit represents a single document. If the bit is set, then it is returnable from a search, if not, then even if that document matches the query it is not returned.


    Erik



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



Reply via email to