Apache Lucene.Net 2.4.0 Class Library API

FilterIndexReader Class

A

FilterIndexReader
contains another IndexReader, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality. The class
FilterIndexReader
itself simply implements all abstract methods of
IndexReader
with versions that pass all requests to the contained index reader. Subclasses of
FilterIndexReader
may further override some of these methods and may also provide additional methods and fields.

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

System.Object
   Lucene.Net.Index.IndexReader
      Lucene.Net.Index.FilterIndexReader

public class FilterIndexReader : IndexReader

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.Index

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

See Also

FilterIndexReader Members | Lucene.Net.Index Namespace