Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the source code of this file.
Data Structures | |
class | Lucene::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::FilterTermDocs |
Base class for filtering TermDocs implementations. More... | |
class | Lucene::FilterTermPositions |
Base class for filtering TermPositions implementations. More... | |
class | Lucene::FilterTermEnum |
Base class for filtering TermEnum implementations. More... | |
Namespaces | |
namespace | Lucene |