C# 클래스 Lucene.Net.Facet.FacetResult

Counts or aggregates for a single dimension.
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
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