C# Class Lucene.Net.Search.CachingCollector.NoScoreCachingCollector

Inheritance: CachingCollector
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
Collect ( int doc ) : void
Replay ( Collector other ) : void
ToString ( ) : string

Private Methods

Method Description
NoScoreCachingCollector ( Collector other, double maxRAMMB ) : System.Collections.Generic
NoScoreCachingCollector ( Collector other, int maxDocsToCache ) : System.Collections.Generic

Method Details

Collect() public method

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

Replay() public method

public Replay ( Collector other ) : void
other Collector
return void

ToString() public method

public ToString ( ) : string
return string