Метод | Описание | |
---|---|---|
Equals ( object _other ) : bool | ||
FacetResult ( string dim, string path, float value, |
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, |
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, |
Private constructor for shared parameters to be called by public constructors.
|
public FacetResult ( string dim, string path, float value, |
||
dim | string | |
path | string | |
value | float | |
labelValues | ||
childCount | int | |
Результат | Lucene.Net.Support |
public FacetResult ( string dim, string path, int value, |
||
dim | string | |
path | string | |
value | int | |
labelValues | ||
childCount | int | |
Результат | Lucene.Net.Support |