Package | Description |
---|---|
org.apache.lucene.facet.enhancements.params |
Enhanced category features
|
org.apache.lucene.facet.index |
Indexing of document categories
|
org.apache.lucene.facet.index.params |
Indexing-time specifications for handling facets
|
org.apache.lucene.facet.search.cache |
Caching to speed up facets accumulation.
|
org.apache.lucene.facet.util |
Various utilities for faceted search
|
Constructor | Description |
---|---|
DefaultEnhancementsIndexingParams(CategoryListParams categoryListParams,
CategoryEnhancement... enhancements) |
Construct with certain
enhancements
and CategoryListParams |
Constructor | Description |
---|---|
FacetsPayloadProcessor(CategoryListParams params,
int[] ordinalMap) |
Modifier and Type | Method | Description |
---|---|---|
CategoryListParams |
DefaultFacetIndexingParams.getCategoryListParams(CategoryPath category) |
|
CategoryListParams |
FacetIndexingParams.getCategoryListParams(CategoryPath category) |
The name of the category-list to put this category in, or null if this
category should not be aggregatable.
|
CategoryListParams |
PerDimensionIndexingParams.getCategoryListParams(CategoryPath category) |
Get the CategoryListParams based on the dimension or "zero-th category"
of the specified CategoryPath.
|
Modifier and Type | Method | Description |
---|---|---|
Iterable<CategoryListParams> |
DefaultFacetIndexingParams.getAllCategoryListParams() |
|
Iterable<CategoryListParams> |
FacetIndexingParams.getAllCategoryListParams() |
Return info about all category lists in the index.
|
Iterable<CategoryListParams> |
PerDimensionIndexingParams.getAllCategoryListParams() |
Get all the categoryListParams, including the default.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PerDimensionIndexingParams.addCategoryListParams(CategoryPath category,
CategoryListParams clParams) |
Add a CategoryListParams for a given CategoryPath's dimension or
"zero-th" category.
|
Constructor | Description |
---|---|
DefaultFacetIndexingParams(CategoryListParams categoryListParams) |
|
PerDimensionIndexingParams(CategoryListParams categoryListParams) |
Construct with the included categoryListParams as the default
CategoryListParams for unspecified CategoryPaths.
|
Modifier and Type | Method | Description |
---|---|---|
CategoryListData |
CategoryListCache.get(CategoryListParams clp) |
Fetch the cached
CategoryListData for a given CategoryListParams . |
void |
CategoryListCache.loadAndRegister(CategoryListParams clp,
org.apache.lucene.index.IndexReader reader,
TaxonomyReader taxo,
FacetIndexingParams iparams) |
Load and register
CategoryListData . |
void |
CategoryListCache.register(CategoryListParams clp,
CategoryListData clData) |
Register a pre-computed
CategoryListData . |
Modifier and Type | Method | Description |
---|---|---|
static String |
PartitionsUtils.partitionName(CategoryListParams clParams,
int partition) |
Partition name by its number
|
static String |
PartitionsUtils.partitionNameByOrdinal(FacetIndexingParams iParams,
CategoryListParams clParams,
int ordinal) |
Partition name by category ordinal
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.