Uses of Interface
org.apache.lucene.facet.taxonomy.TaxonomyWriter
Packages that use TaxonomyWriter
Package
Description
Faceted search.
Taxonomy index implementation using on top of a Directory.
-
Uses of TaxonomyWriter in org.apache.lucene.facet
Methods in org.apache.lucene.facet with parameters of type TaxonomyWriterModifier and TypeMethodDescriptionFacetsConfig.build
(TaxonomyWriter taxoWriter, Document doc) Translates any addedFacetField
s into normal fields for indexing.private void
FacetsConfig.checkTaxoWriter
(TaxonomyWriter taxoWriter) private void
FacetsConfig.processAssocFacetFields
(TaxonomyWriter taxoWriter, Map<String, List<AssociationFacetField>> byField, Document doc) private void
FacetsConfig.processFacetFields
(TaxonomyWriter taxoWriter, Map<String, List<FacetField>> byField, Document doc) -
Uses of TaxonomyWriter in org.apache.lucene.facet.taxonomy.directory
Classes in org.apache.lucene.facet.taxonomy.directory that implement TaxonomyWriterModifier and TypeClassDescriptionclass
TaxonomyWriter
which uses aDirectory
to store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.class
Use thisTaxonomyWriter
to append arbitrary fields to the ordinal documents in the taxonomy.