Class TopFieldCollector
A Collector that sorts by SortField using FieldComparators.
See the Create(Sort, Int32, Boolean, Boolean, Boolean, Boolean) method for instantiating a TopFieldCollector.
NOTE: This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class TopFieldCollector : TopDocsCollector<FieldValueHitQueue.Entry>
Properties
Name | Description |
---|---|
AcceptsDocsOutOfOrder |
Methods
Name | Description |
---|---|
Create(Sort, Int32, Boolean, Boolean, Boolean, Boolean) | Creates a new TopFieldCollector from the given arguments. NOTE: The instances returned by this method
pre-allocate a full array of length
|
NewTopDocs(ScoreDoc[], Int32) | |
PopulateResults(ScoreDoc[], Int32) |