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
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Свойство Type Description
TYPE Lucene.Net.Documents.FieldType

Méthodes publiques

Méthode Description
SortedSetDocValuesFacetField ( string dim, string label )

Sole constructor.

ToString ( ) : string

Private Methods

Méthode Description
SortedSetDocValuesFacetField ( )

Method Details

SortedSetDocValuesFacetField() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

TYPE public_oe static_oe property

Indexed FieldType.
public static Lucene.Net.Documents.FieldType TYPE
Résultat Lucene.Net.Documents.FieldType