C# 클래스 Lucene.Net.Search.Suggest.DocumentValueSourceDictionary.DocumentValueSourceInputIterator

상속: Lucene.Net.Search.Suggest.DocumentDictionary.DocumentInputIterator
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
DocumentValueSourceInputIterator ( DocumentValueSourceDictionary outerInstance, bool hasPayloads, bool hasContexts ) : Lucene.Net.Documents

보호된 메소드들

메소드 설명
GetWeight ( Lucene.Net.Documents.Document doc, int docId ) : long

Returns the weight for the current docId as computed by the weightsValueSource

메소드 상세

DocumentValueSourceInputIterator() 공개 메소드

public DocumentValueSourceInputIterator ( DocumentValueSourceDictionary outerInstance, bool hasPayloads, bool hasContexts ) : Lucene.Net.Documents
outerInstance DocumentValueSourceDictionary
hasPayloads bool
hasContexts bool
리턴 Lucene.Net.Documents

GetWeight() 보호된 메소드

Returns the weight for the current docId as computed by the weightsValueSource
protected GetWeight ( Lucene.Net.Documents.Document doc, int docId ) : long
doc Lucene.Net.Documents.Document
docId int
리턴 long