Class Summary |
CommonPropertiesParse |
Contains helper to parse properties which should be read by the majority
of IndexManager implementations. |
DefaultIndexReaderAccessor |
Provides access to IndexReaders. |
DirectoryBasedIndexManager |
This implementation of IndexManager is coupled to a
DirectoryProvider and a DirectoryBasedReaderProvider |
IndexManagerHolder |
Stores references to IndexManager instances, and starts/stops them. |
NotSharedReaderProvider |
Open a reader each time |
NRTIndexManager |
IndexManager implementation taking advantage of the Near-Real-Time
features of Lucene. |
SharingBufferReaderProvider |
This ReaderProvider shares IndexReaders as long as they are "current";
It uses IndexReader.reopen() which should improve performance on larger indexes
as it shares buffers with previous IndexReader generation for the segments which didn't change. |