Package | Description |
---|---|
org.apache.lucene.facet |
Faceted search.
|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories.
|
Modifier and Type | Field and Description |
---|---|
static FacetsConfig.DimConfig |
FacetsConfig.DEFAULT_DIM_CONFIG
Default per-dimension configuration.
|
Modifier and Type | Method and Description |
---|---|
protected FacetsConfig.DimConfig |
FacetsConfig.getDefaultDimConfig()
Get the default configuration for new dimensions.
|
FacetsConfig.DimConfig |
FacetsConfig.getDimConfig(String dimName)
Get the current configuration for a dimension.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FacetsConfig.DimConfig> |
FacetsConfig.getDimConfigs()
Returns map of field name to
FacetsConfig.DimConfig . |
Modifier and Type | Method and Description |
---|---|
protected FacetsConfig.DimConfig |
TaxonomyFacets.verifyDim(String dim)
Throws
IllegalArgumentException if the
dimension is not recognized. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.