C# Класс Lucene.Net.Facet.FacetResult

Counts or aggregates for a single dimension.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
FacetResult ( string dim, string path, LabelAndValue labelValues, int childCount ) : Lucene.Net.Support

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

Описание методов

Equals() публичный Метод

public Equals ( object _other ) : bool
_other object
Результат bool

FacetResult() публичный Метод

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
Результат Lucene.Net.Support

FacetResult() публичный Метод

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
Результат Lucene.Net.Support

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

public ToString ( ) : string
Результат string