public static final class FacetsConfig.DimConfig extends Object
Modifier and Type | Field and Description |
---|---|
FacetsConfig.DrillDownTermsIndexing |
drillDownTermsIndexing
Default drill down terms indexing option that index all.
|
boolean |
hierarchical
True if this dimension is hierarchical.
|
String |
indexFieldName
Actual field where this dimension's facet labels
should be indexed
|
boolean |
multiValued
True if this dimension is multi-valued.
|
boolean |
requireDimCount
True if the count/aggregate for the entire dimension
is required, which is unusual (default is false).
|
Constructor and Description |
---|
DimConfig()
Default constructor.
|
public boolean hierarchical
public boolean multiValued
public boolean requireDimCount
public FacetsConfig.DrillDownTermsIndexing drillDownTermsIndexing
public String indexFieldName
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.