Uses of Class
org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
Packages that use DirectoryTaxonomyReader
Package
Description
Taxonomy of Categories.
Taxonomy index implementation using on top of a Directory.
-
Uses of DirectoryTaxonomyReader in org.apache.lucene.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy that return DirectoryTaxonomyReaderModifier and TypeMethodDescriptionSearcherTaxonomyManager.SearcherAndTaxonomy.taxonomyReader()
Returns the value of thetaxonomyReader
record component.Constructors in org.apache.lucene.facet.taxonomy with parameters of type DirectoryTaxonomyReaderModifierConstructorDescriptionSearcherAndTaxonomy
(IndexSearcher searcher, DirectoryTaxonomyReader taxonomyReader) Creates an instance of aSearcherAndTaxonomy
record class.SearcherTaxonomyManager
(IndexReader reader, DirectoryTaxonomyReader taxoReader, SearcherFactory searcherFactory) Creates this from already openedIndexReader
andDirectoryTaxonomyReader
instances. -
Uses of DirectoryTaxonomyReader in org.apache.lucene.facet.taxonomy.directory
Methods in org.apache.lucene.facet.taxonomy.directory that return DirectoryTaxonomyReaderModifier and TypeMethodDescriptionprotected DirectoryTaxonomyReader
DirectoryTaxonomyReader.doOpenIfChanged()
Implements the opening of a newDirectoryTaxonomyReader
instance if the taxonomy has changed.