Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Index.FilterIndexReader |
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. More... | |
class | Lucene.Net.Index.FilterIndexReader.FilterTermDocs |
Base class for filtering Lucene.Net.Index.TermDocs implementations. More... | |
class | Lucene.Net.Index.FilterIndexReader.FilterTermPositions |
Base class for filtering TermPositions implementations. More... | |
class | Lucene.Net.Index.FilterIndexReader.FilterTermEnum |
Base class for filtering TermEnum implementations. More... | |
Namespaces | |
package | Lucene.Net.Index |
Typedefs | |
using | Document = Lucene.Net.Documents.Document |
using | FieldSelector = Lucene.Net.Documents.FieldSelector |
using | Directory = Lucene.Net.Store.Directory |
using Directory = Lucene.Net.Store.Directory |
Definition at line 22 of file FilterIndexReader.cs.
Definition at line 20 of file FilterIndexReader.cs.
Definition at line 21 of file FilterIndexReader.cs.