C# Class Lucene.Net.Facet.SortedSet.SortedSetDocValuesFacetField

Add an instance of this to your Documents.Document for every facet label to be indexed via Index.SortedSetDocValues.
Inheritance: Lucene.Net.Documents.Field
Exibir arquivo Open project: apache/lucenenet

Public Properties

Property Type Description
TYPE Lucene.Net.Documents.FieldType

Public Methods

Method Description
SortedSetDocValuesFacetField ( string dim, string label )

Sole constructor.

ToString ( ) : string

Private Methods

Method Description
SortedSetDocValuesFacetField ( )

Method Details

SortedSetDocValuesFacetField() public method

Sole constructor.
public SortedSetDocValuesFacetField ( string dim, string label )
dim string
label string

ToString() public method

public ToString ( ) : string
return string

Property Details

TYPE public_oe static_oe property

Indexed FieldType.
public static Lucene.Net.Documents.FieldType TYPE
return Lucene.Net.Documents.FieldType