Package | Description |
---|---|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories
|
org.apache.lucene.index |
Misc index tools and index support.
|
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 | Class and Description |
---|---|
class |
SearcherManager
Utility class to safely share
IndexSearcher instances across multiple
threads, while periodically reopening. |
Constructor and Description |
---|
ControlledRealTimeReopenThread(TrackingIndexWriter writer,
ReferenceManager<T> manager,
double targetMaxStaleSec,
double targetMinStaleSec)
Create ControlledRealTimeReopenThread, to periodically
reopen the a
ReferenceManager . |
LiveFieldValues(ReferenceManager<S> mgr,
T missingValue) |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.