Class SortedSetDocValuesFacetField
Add an instance of this to your
Inheritance
System.Object
SortedSetDocValuesFacetField
Namespace: Lucene.Net.Facet.SortedSet
Assembly: Lucene.Net.Facet.dll
Syntax
public class SortedSetDocValuesFacetField : Field
Constructors
| Improve this Doc View SourceSortedSetDocValuesFacetField(String, String)
Sole constructor.
Declaration
public SortedSetDocValuesFacetField(string dim, string label)
Parameters
Type | Name | Description |
---|---|---|
System.String | dim | |
System.String | label |
Fields
| Improve this Doc View SourceTYPE
Indexed
Declaration
public static readonly FieldType TYPE
Field Value
Type | Description |
---|---|
FieldType |
Properties
| Improve this Doc View SourceDim
Dimension.
Declaration
public string Dim { get; }
Property Value
Type | Description |
---|---|
System.String |
Label
Label.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |