Section navigation

Public interface ILeafCollector

Namespace
Rowles.LeanCorpus.Search.Scoring
Assembly
Rowles.LeanCorpus.dll

Optional collector extension that receives segment boundaries and the current scorer.

public interface ILeafCollector : ICollector
Inherited Members

Public method SetScorer(Scorer)

Sets the scorer used while collecting the current segment.

Public method SetSegment(int, int, int)

Starts collection for one segment.