Package | Description |
---|---|
org.apache.lucene.facet |
Faceted search.
|
org.apache.lucene.facet.taxonomy.directory |
Taxonomy index implementation using on top of a Directory.
|
Modifier and Type | Method and Description |
---|---|
Document |
FacetsConfig.build(TaxonomyWriter taxoWriter,
Document doc)
Translates any added
FacetField s into normal fields for indexing. |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryTaxonomyWriter
TaxonomyWriter which uses a Directory to store the taxonomy
information on disk, and keeps an additional in-memory cache of some or all
categories. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.