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

Inheritance: Collector
Datei anzeigen Open project: paulirwin/lucene.net

Public Properties

Property Type Description
DocCounts IDictionary>

Public Methods

Method 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 method

public AcceptsDocsOutOfOrder ( ) : bool
return bool

Collect() public method

public Collect ( int doc ) : void
doc int
return void

CountingCollector() public method

public CountingCollector ( Collector other ) : System.Collections.Generic
other Collector
return System.Collections.Generic

CountingCollector() public method

public CountingCollector ( Collector other, ISet relationships ) : System.Collections.Generic
other Collector
relationships ISet
return System.Collections.Generic

SetSubScorers() public method

public SetSubScorers ( Lucene.Net.Search.Scorer scorer, string relationship ) : void
scorer Lucene.Net.Search.Scorer
relationship string
return void

Property Details

DocCounts public_oe property

public IDictionary> DocCounts
return IDictionary>