Package org.apache.lucene.facet.index.params
Indexing-time specifications for handling facets
Parameters on how facets are to be written to the index, such as which fields and terms are used to refer to the facets posting list.-
Interface Summary Interface Description FacetIndexingParams Parameters on how facets are to be written to the index. -
Class Summary Class Description CategoryListParams Contains parameters for a category list *DefaultFacetIndexingParams Default implementation forFacetIndexingParams
.PerDimensionIndexingParams A FacetIndexingParams that utilizes different category lists, defined by the dimension specified CategoryPaths (seePerDimensionIndexingParams.addCategoryListParams(CategoryPath, CategoryListParams)
-
Exception Summary Exception Description FacetParamsMissingPropertyException Thrown when the facets params are missing a property.