C# 클래스 Lucene.Net.Facet.Taxonomy.TaxonomyFacetSumValueSource.ScoreValueSource

ValueSource that returns the score for each hit; use this to aggregate the sum of all hit scores for each facet label.
상속: ValueSource
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
GetValues ( IDictionary context, AtomicReaderContext readerContext ) : FunctionValues
ScoreValueSource ( ) : System

Sole constructor.

보호된 메소드들

메소드 설명
Equals ( ScoreValueSource other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( ScoreValueSource other ) : bool
other ScoreValueSource
리턴 bool

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValues() 공개 메소드

public GetValues ( IDictionary context, AtomicReaderContext readerContext ) : FunctionValues
context IDictionary
readerContext AtomicReaderContext
리턴 FunctionValues

ScoreValueSource() 공개 메소드

Sole constructor.
public ScoreValueSource ( ) : System
리턴 System