Package | Description |
---|---|
org.apache.lucene.facet.taxonomy.directory |
Taxonomy implemented using a Lucene-Index
|
Modifier and Type | Class | Description |
---|---|---|
static class |
DirectoryTaxonomyWriter.DiskOrdinalMap |
DirectoryTaxonomyWriter.OrdinalMap maintained on file system |
static class |
DirectoryTaxonomyWriter.MemoryOrdinalMap |
DirectoryTaxonomyWriter.OrdinalMap maintained in memory |
Modifier and Type | Method | Description |
---|---|---|
void |
DirectoryTaxonomyWriter.addTaxonomy(org.apache.lucene.store.Directory taxoDir,
DirectoryTaxonomyWriter.OrdinalMap map) |
Takes the categories from the given taxonomy directory, and adds the
missing ones to this taxonomy.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.