C# Class Lucene.Net.Search.TestSubScorerFreqs.CountingCollector

Inheritance: Collector
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Свойство Type Description
DocCounts IDictionary>

Méthodes publiques

Méthode Description
AcceptsDocsOutOfOrder ( ) : bool
Collect ( int doc ) : void
CountingCollector ( Collector other ) : System.Collections.Generic
CountingCollector ( Collector other, ISet relationships ) : System.Collections.Generic
SetSubScorers ( Lucene.Net.Search.Scorer scorer, string relationship ) : void

Method Details

AcceptsDocsOutOfOrder() public méthode

public AcceptsDocsOutOfOrder ( ) : bool
Résultat bool

Collect() public méthode

public Collect ( int doc ) : void
doc int
Résultat void

CountingCollector() public méthode

public CountingCollector ( Collector other ) : System.Collections.Generic
other Collector
Résultat System.Collections.Generic

CountingCollector() public méthode

public CountingCollector ( Collector other, ISet relationships ) : System.Collections.Generic
other Collector
relationships ISet
Résultat System.Collections.Generic

SetSubScorers() public méthode

public SetSubScorers ( Lucene.Net.Search.Scorer scorer, string relationship ) : void
scorer Lucene.Net.Search.Scorer
relationship string
Résultat void

Property Details

DocCounts public_oe property

public IDictionary> DocCounts
Résultat IDictionary>