Class FacetsConfig.DimConfig
Holds the configuration for one dimension
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Facet
Assembly: Lucene.Net.Facet.dll
Syntax
public sealed class FacetsConfig.DimConfig
  Constructors
DimConfig()
Default constructor.
Declaration
public DimConfig()
  Properties
IndexFieldName
Actual field where this dimension's facet labels should be indexed
Declaration
public string IndexFieldName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
IsHierarchical
True if this dimension is hierarchical.
Declaration
public bool IsHierarchical { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
IsMultiValued
True if this dimension is multi-valued.
Declaration
public bool IsMultiValued { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
RequireDimCount
True if the count/aggregate for the entire dimension is required, which is unusual (default is false).
Declaration
public bool RequireDimCount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool |