C# Class Lucene.Net.Search.Suggest.DocumentValueSourceDictionary.DocumentValueSourceInputIterator

Inheritance: Lucene.Net.Search.Suggest.DocumentDictionary.DocumentInputIterator
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
DocumentValueSourceInputIterator ( DocumentValueSourceDictionary outerInstance, bool hasPayloads, bool hasContexts ) : Lucene.Net.Documents

Méthodes protégées

Méthode Description
GetWeight ( Lucene.Net.Documents.Document doc, int docId ) : long

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

Method Details

DocumentValueSourceInputIterator() public méthode

public DocumentValueSourceInputIterator ( DocumentValueSourceDictionary outerInstance, bool hasPayloads, bool hasContexts ) : Lucene.Net.Documents
outerInstance DocumentValueSourceDictionary
hasPayloads bool
hasContexts bool
Résultat Lucene.Net.Documents

GetWeight() protected méthode

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
Résultat long