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
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue if this dimension is hierarchical.Actual field where this dimension's facet labels should be indexedbooleanTrue if this dimension is multi-valued.booleanTrue if the count/aggregate for the entire dimension is required, which is unusual (default is false). -
Constructor Summary
Constructors -
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). -
indexFieldName
Actual field where this dimension's facet labels should be indexed
-
-
Constructor Details
-
DimConfig
public DimConfig()Default constructor.
-