| Package | Description |
|---|---|
| org.apache.lucene.facet.associations |
Category Association
|
| org.apache.lucene.facet.index |
Indexing of document categories
|
| org.apache.lucene.facet.index.categorypolicy |
Policies for indexing categories
|
| org.apache.lucene.facet.taxonomy.directory |
Taxonomy implemented using a Lucene-Index
|
| Constructor and Description |
|---|
AssociationsFacetFields(TaxonomyWriter taxonomyWriter)
Constructs a new instance with the
default facet indexing params. |
AssociationsFacetFields(TaxonomyWriter taxonomyWriter,
FacetIndexingParams params)
Constructs a new instance with the given facet indexing params.
|
| Modifier and Type | Field and Description |
|---|---|
protected TaxonomyWriter |
FacetFields.taxonomyWriter |
| Constructor and Description |
|---|
CountingListBuilder(CategoryListParams categoryListParams,
FacetIndexingParams indexingParams,
TaxonomyWriter taxoWriter) |
FacetFields(TaxonomyWriter taxonomyWriter)
Constructs a new instance with the
default facet indexing params. |
FacetFields(TaxonomyWriter taxonomyWriter,
FacetIndexingParams params)
Constructs a new instance with the given facet indexing params.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrdinalPolicy.init(TaxonomyWriter taxonomyWriter)
Initialize the policy with a TaxonomyWriter.
|
void |
NonTopLevelOrdinalPolicy.init(TaxonomyWriter taxonomyWriter) |
| 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. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.