Class SortedSetDocValuesFacetField
Add an instance of this to your Lucene.Net.Documents.Document for every facet label to be indexed via Lucene.Net.Index.SortedSetDocValues.
Inherited Members
Field.m_type
Field.m_name
Field.FieldsData
Field.m_tokenStream
Field.m_boost
Field.GetStringValue()
Field.GetReaderValue()
Field.GetTokenStreamValue()
Field.SetBytesValue(BytesRef)
Field.SetTokenStream(TokenStream)
Field.Name
Field.Boost
Field.GetNumericValue()
Field.NumericType
Field.GetByteValue()
Field.GetInt16Value()
Field.GetInt32Value()
Field.GetInt64Value()
Field.GetSingleValue()
Field.GetDoubleValue()
Field.GetBinaryValue()
Field.FieldType
Field.IndexableFieldType
Field.GetTokenStream(Analyzer)
Field.TranslateFieldType(Field.Store, Field.Index, Field.TermVector)
Namespace: Lucene.Net.Facet.SortedSet
Assembly: Lucene.Net.Facet.dll
Syntax
public class SortedSetDocValuesFacetField : Field, IIndexableField, IFormattable
Constructors
SortedSetDocValuesFacetField(string, string)
Sole constructor.
Declaration
public SortedSetDocValuesFacetField(string dim, string label)
Parameters
Type | Name | Description |
---|---|---|
string | dim | |
string | label |
Fields
TYPE
Indexed Lucene.Net.Documents.FieldType.
Declaration
public static readonly FieldType TYPE
Field Value
Type | Description |
---|---|
FieldType |
Properties
Dim
Dimension.
Declaration
public string Dim { get; }
Property Value
Type | Description |
---|---|
string |
Label
Label.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Prints a Lucene.Net.Documents.Field for human consumption.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
Lucene.Net.Documents.Field.ToString()
Implements
Lucene.Net.Index.IIndexableField