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(java.lang.String dimName)
Get the current configuration for a dimension.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,FacetsConfig.DimConfig> |
FacetsConfig.getDimConfigs()
Returns map of field name to
FacetsConfig.DimConfig . |
Modifier and Type | Method and Description |
---|---|
protected FacetsConfig.DimConfig |
TaxonomyFacets.verifyDim(java.lang.String dim)
Throws
IllegalArgumentException if the
dimension is not recognized. |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.