Package | Description |
---|---|
org.apache.lucene.benchmark.byTask |
Benchmarking Lucene By Tasks
|
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 |
---|---|
TaxonomyWriter |
PerfRunData.getTaxonomyWriter() |
Modifier and Type | Method and Description |
---|---|
void |
PerfRunData.setTaxonomyWriter(TaxonomyWriter taxoWriter) |
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. |
Modifier and Type | Class and Description |
---|---|
static class |
IndexAndTaxonomyRevision.SnapshotDirectoryTaxonomyWriter
A
DirectoryTaxonomyWriter which sets the underlying
IndexWriter 's IndexDeletionPolicy to
SnapshotDeletionPolicy . |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.