C# Class Lucene.Net.Facet.FacetField

Add an instance of this to your Document for every facet label.

NOTE: you must call FacetsConfig#build(Document) before you add the document to IndexWriter.

Inheritance: Field
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
FacetField ( string dim ) : Lucene.Net.Support

Creates the this from dim and path.

ToString ( ) : string
VerifyLabel ( string label ) : void

Verifies the label is not null or empty string. @lucene.internal

Private Methods

Méthode Description
FacetField ( ) : Lucene.Net.Support

Method Details

FacetField() public méthode

Creates the this from dim and path.
public FacetField ( string dim ) : Lucene.Net.Support
dim string
Résultat Lucene.Net.Support

ToString() public méthode

public ToString ( ) : string
Résultat string

VerifyLabel() public static méthode

Verifies the label is not null or empty string. @lucene.internal
public static VerifyLabel ( string label ) : void
label string
Résultat void