Class FacetsConfig.DimConfig
Holds the configuration for one dimension
Note
This API is experimental and might change in incompatible ways in the next release.
Inheritance
System.Object
FacetsConfig.DimConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Facet
Assembly: Lucene.Net.Facet.dll
Syntax
public sealed class DimConfig
Constructors
| Improve this Doc View SourceDimConfig()
Default constructor.
Declaration
public DimConfig()
Properties
| Improve this Doc View SourceIndexFieldName
Actual field where this dimension's facet labels should be indexed
Declaration
public string IndexFieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsHierarchical
True if this dimension is hierarchical.
Declaration
public bool IsHierarchical { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMultiValued
True if this dimension is multi-valued.
Declaration
public bool IsMultiValued { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|
System.Boolean |