C# Class Lucene.Net.Facet.FacetResult

Counts or aggregates for a single dimension.
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object _other ) : bool
FacetResult ( string dim, string path, float value, LabelAndValue labelValues, int childCount ) : Lucene.Net.Support

Constructor for float value. Makes the ToString() method print the value as a float with at least 1 number after the decimal.

FacetResult ( string dim, string path, int value, LabelAndValue labelValues, int childCount ) : Lucene.Net.Support

Constructor for int value. Makes the ToString() method print the value as an int with no decimal.

GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
FacetResult ( string dim, string path, LabelAndValue labelValues, int childCount ) : Lucene.Net.Support

Private constructor for shared parameters to be called by public constructors.

Method Details

Equals() public méthode

public Equals ( object _other ) : bool
_other object
Résultat bool

FacetResult() public méthode

Constructor for float value. Makes the ToString() method print the value as a float with at least 1 number after the decimal.
public FacetResult ( string dim, string path, float value, LabelAndValue labelValues, int childCount ) : Lucene.Net.Support
dim string
path string
value float
labelValues LabelAndValue
childCount int
Résultat Lucene.Net.Support

FacetResult() public méthode

Constructor for int value. Makes the ToString() method print the value as an int with no decimal.
public FacetResult ( string dim, string path, int value, LabelAndValue labelValues, int childCount ) : Lucene.Net.Support
dim string
path string
value int
labelValues LabelAndValue
childCount int
Résultat Lucene.Net.Support

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string