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

Inheritance: CachingCollector
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
Collect ( int doc ) : void
Replay ( Collector other ) : void
ToString ( ) : string

Private Methods

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

Method Details

Collect() public méthode

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

Replay() public méthode

public Replay ( Collector other ) : void
other Collector
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string