Package org.apache.lucene.facet
Class FacetsConfig.DimConfig
java.lang.Object
org.apache.lucene.facet.FacetsConfig.DimConfig
- Enclosing class:
FacetsConfig
Holds the configuration for one dimension
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Field Summary
Modifier and TypeFieldDescriptionDefault drill down terms indexing option that index all.boolean
True if this dimension is hierarchical.Actual field where this dimension's facet labels should be indexedboolean
True if this dimension is multi-valued.boolean
True if the count/aggregate for the entire dimension is required, which is unusual (default is false). -
Constructor Summary
-
Method Summary
-
Field Details
-
hierarchical
public boolean hierarchicalTrue if this dimension is hierarchical. -
multiValued
public boolean multiValuedTrue if this dimension is multi-valued. -
requireDimCount
public boolean requireDimCountTrue if the count/aggregate for the entire dimension is required, which is unusual (default is false). -
drillDownTermsIndexing
Default drill down terms indexing option that index all. -
indexFieldName
Actual field where this dimension's facet labels should be indexed
-
-
Constructor Details
-
DimConfig
public DimConfig()Default constructor.
-