Package | Description |
---|---|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories.
|
org.apache.lucene.facet.taxonomy.directory |
Taxonomy index implementation using on top of a Directory.
|
Modifier and Type | Field and Description |
---|---|
DirectoryTaxonomyReader |
SearcherTaxonomyManager.SearcherAndTaxonomy.taxonomyReader
Matching point-in-time
DirectoryTaxonomyReader . |
Constructor and Description |
---|
SearcherAndTaxonomy(IndexSearcher searcher,
DirectoryTaxonomyReader taxonomyReader)
Create a SearcherAndTaxonomy
|
SearcherTaxonomyManager(IndexReader reader,
DirectoryTaxonomyReader taxoReader,
SearcherFactory searcherFactory)
Creates this from already opened
IndexReader and DirectoryTaxonomyReader instances. |
Modifier and Type | Method and Description |
---|---|
protected DirectoryTaxonomyReader |
DirectoryTaxonomyReader.doOpenIfChanged()
Implements the opening of a new
DirectoryTaxonomyReader instance if
the taxonomy has changed. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.