Class FacetsConfig.DimConfig
Holds the configuration for one dimension
@lucene.experimental
Inheritance
System.Object
FacetsConfig.DimConfig
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public sealed class DimConfig : object
Constructors
Name | Description |
---|---|
DimConfig() | Default constructor. |
Properties
Name | Description |
---|---|
IndexFieldName | Actual field where this dimension's facet labels should be indexed |
IsHierarchical | True if this dimension is hierarchical. |
IsMultiValued | True if this dimension is multi-valued. |
RequireDimCount | True if the count/aggregate for the entire dimension is required, which is unusual (default is false). |