| 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.index |
Misc index tools and index support.
|
| org.apache.lucene.replicator |
Files replication framework
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaxonomyWriter
TaxonomyWriter is the interface which the faceted-search library uses
to dynamically build the taxonomy at indexing time.
|
| 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 |
|---|---|
class |
IndexWriter
An
IndexWriter creates and maintains an index. |
| Modifier and Type | Method and Description |
|---|---|
static void |
TwoPhaseCommitTool.execute(TwoPhaseCommit... objects)
Executes a 2-phase commit algorithm by first
prepareCommit() all objects and only if all succeed,
it proceeds with commit(). |
| Constructor and Description |
|---|
TwoPhaseCommitTool.CommitFailException(Throwable cause,
TwoPhaseCommit obj)
Sole constructor.
|
TwoPhaseCommitTool.PrepareCommitFailException(Throwable cause,
TwoPhaseCommit obj)
Sole constructor.
|
| 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.