FileDocCategorySizeDatePackage
Filter.javaAPI DocApache Lucene 2.1.01304Wed Feb 14 10:46:38 GMT 2007org.apache.lucene.search

Filter

public abstract class Filter extends Object implements Serializable
Abstract base class providing a mechanism to restrict searches to a subset of an index.

Fields Summary
Constructors Summary
Methods Summary
public abstract java.util.BitSetbits(org.apache.lucene.index.IndexReader reader)
Returns a BitSet with true for documents which should be permitted in search results, and false for those that should not.