Package | Description |
---|---|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories
|
org.apache.lucene.facet.taxonomy.directory |
Taxonomy index implementation using on top of a Directory.
|
org.apache.lucene.replicator |
Files replication framework
|
Constructor and Description |
---|
SearcherTaxonomyManager(IndexWriter writer,
boolean applyAllDeletes,
SearcherFactory searcherFactory,
DirectoryTaxonomyWriter taxoWriter)
Creates near-real-time searcher and taxonomy reader
from the corresponding writers.
|
Constructor and Description |
---|
DirectoryTaxonomyReader(DirectoryTaxonomyWriter taxoWriter)
Opens a
DirectoryTaxonomyReader over the given
DirectoryTaxonomyWriter (for NRT). |
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.