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