| Package | Description |
|---|---|
| org.apache.lucene.facet |
faceted search
|
| org.apache.lucene.facet.taxonomy.directory |
Taxonomy index implementation using on top of a Directory.
|
| org.apache.lucene.replicator |
Files replication framework
|
| Modifier and Type | Method and Description |
|---|---|
Document |
FacetsConfig.build(TaxonomyWriter taxoWriter,
Document doc)
Translates any added
FacetFields 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. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
A
DirectoryTaxonomyWriter which sets the underlying
IndexWriter's IndexDeletionPolicy to
SnapshotDeletionPolicy. |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.