A
CopyC#
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
CopyC#
itself simply implements all abstract methods
of
CopyC#
with versions that pass all requests to the
contained index reader. Subclasses of
CopyC#
may
further override some of these methods and may also provide additional
methods and fields.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
Visual Basic |
---|
Public Class FilterIndexReader _
Inherits IndexReader |
Visual C++ |
---|
public ref class FilterIndexReader : public IndexReader |
Inheritance Hierarchy
See Also