C# 클래스 Lucene.Net.Search.ConstantScoreQuery.ConstantWeight

상속: Weight
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
ConstantWeight ( ConstantScoreQuery enclosingInstance, Searcher searcher ) : System
Explain ( IndexReader reader, int doc ) : Explanation
GetSumOfSquaredWeights ( ) : float
Normalize ( float norm ) : void
Scorer ( IndexReader reader, bool scoreDocsInOrder, bool topScorer ) : Lucene.Net.Search.Scorer

비공개 메소드들

메소드 설명
InitBlock ( ConstantScoreQuery enclosingInstance ) : void

메소드 상세

ConstantWeight() 공개 메소드

public ConstantWeight ( ConstantScoreQuery enclosingInstance, Searcher searcher ) : System
enclosingInstance ConstantScoreQuery
searcher Searcher
리턴 System

Explain() 공개 메소드

public Explain ( IndexReader reader, int doc ) : Explanation
reader Lucene.Net.Index.IndexReader
doc int
리턴 Explanation

GetSumOfSquaredWeights() 공개 메소드

public GetSumOfSquaredWeights ( ) : float
리턴 float

Normalize() 공개 메소드

public Normalize ( float norm ) : void
norm float
리턴 void

Scorer() 공개 메소드

public Scorer ( IndexReader reader, bool scoreDocsInOrder, bool topScorer ) : Lucene.Net.Search.Scorer
reader Lucene.Net.Index.IndexReader
scoreDocsInOrder bool
topScorer bool
리턴 Lucene.Net.Search.Scorer