Class | Description |
---|---|
DefaultIndexReaderAccessor |
Provides access to IndexReaders.
|
IndexManagerHolder |
Stores references to
IndexManager instances, and starts or stops them. |
NotSharedReaderProvider |
Open a reader each time
|
NRTIndexManager |
IndexManager implementation taking advantage of the Near-Real-Time
features of Lucene.
|
PropertiesParseHelper |
Contains helper to parse properties which should be read by the majority
of IndexManager implementations.
|
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. |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved