Package | Description |
---|---|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.replicator.nrt |
Near-real-time replication framework
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
SearcherTaxonomyManager
Manages near-real-time reopen of both an IndexSearcher
and a TaxonomyReader.
|
Modifier and Type | Class and Description |
---|---|
class |
ReaderManager
Utility class to safely share
DirectoryReader instances across
multiple threads, while periodically reopening. |
Modifier and Type | Field and Description |
---|---|
protected ReferenceManager<IndexSearcher> |
Node.mgr |
Modifier and Type | Method and Description |
---|---|
ReferenceManager<IndexSearcher> |
Node.getSearcherManager()
Returns the
ReferenceManager to use for acquiring and releasing searchers |
Modifier and Type | Class and Description |
---|---|
class |
SearcherManager
Utility class to safely share
IndexSearcher instances across multiple
threads, while periodically reopening. |
Constructor and Description |
---|
ControlledRealTimeReopenThread(IndexWriter writer,
ReferenceManager<T> manager,
double targetMaxStaleSec,
double targetMinStaleSec)
Create ControlledRealTimeReopenThread, to periodically
reopen the a
ReferenceManager . |
LiveFieldValues(ReferenceManager<S> mgr,
T missingValue)
The missingValue must be non-null.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.