Class SortedSetDocValuesFacetField
Add an instance of this to your Document for every facet label to be indexed via SortedSetDocValues.
Implements
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)
Namespace: Lucene.Net.Facet.SortedSet
Assembly: Lucene.Net.Facet.dll
Syntax
public class SortedSetDocValuesFacetField : Field, IIndexableField
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 FieldType.
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 |