Class PositiveScoresOnlyCollector
A Collector implementation which wraps another Collector and makes sure only documents with scores > 0 are collected.
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class PositiveScoresOnlyCollector : Collector
Constructors
Name | Description |
---|---|
PositiveScoresOnlyCollector(Collector) |
Properties
Name | Description |
---|---|
AcceptsDocsOutOfOrder |
Methods
Name | Description |
---|---|
Collect(Int32) | |
SetNextReader(IndexReader, Int32) | |
SetScorer(Scorer) |