Abstract base class providing a mechanism to use a subset of an index for restriction or permission of index search results.
Note: In Lucene 3.0 {@link #bits(IndexReader)} will be removedand {@link #getDocIdSet(IndexReader)} will be defined as abstract.All implementing classes must therefore implement {@link #getDocIdSet(IndexReader)}in order to work with Lucene 3.0.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.