public static final class FacetsConfig.DimConfig extends Object
| Modifier and Type | Field and Description | 
|---|---|
| boolean | hierarchicalTrue if this dimension is hierarchical. | 
| String | indexFieldNameActual field where this dimension's facet labels
  should be indexed | 
| boolean | multiValuedTrue if this dimension is multi-valued. | 
| boolean | requireDimCountTrue if the count/aggregate for the entire dimension
  is required, which is unusual (default is false). | 
| boolean | requireDimensionDrillDownTrue if drilling down by a whole dimension, to match all
  documents that had any value for this dimension, is necessary
  (default is true) | 
| Constructor and Description | 
|---|
| DimConfig()Default constructor. | 
public boolean hierarchical
public boolean multiValued
public boolean requireDimCount
public boolean requireDimensionDrillDown
public String indexFieldName
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.