Apache Lucene.Net 2.4.0 Class Library API

Filter Class

Abstract base class providing a mechanism to limit index search results to a subset of an index.

Note: In Lucene 3.0, Bits(IndexReader) will be removed and GetDocIdSet(IndexReader) will be made abstract. All implementin classes must therefore implement GetDocIdSet(IndexReader) in order to work with Lucene 3.0.

For a list of all members of this type, see Filter Members.

System.Object
   Lucene.Net.Search.Filter
      Derived types

public abstract class Filter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

Filter Members | Lucene.Net.Search Namespace