Class FieldValueHitQueue
Expert: A hit queue for sorting by hits by terms in more than one field.
Uses FieldCache.DEFAULT
for maintaining
internal term lookup tables.
NOTE: This API is experimental and might change in incompatible ways in the next release.
Inheritance
System.Object
Lucene.Net.Util.PriorityQueue<FieldValueHitQueue.Entry>
FieldValueHitQueue
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class FieldValueHitQueue : PriorityQueue<FieldValueHitQueue.Entry>
Fields
Name | Description |
---|---|
comparators | |
fields | Stores the sort criteria being used. |
reverseMul |
Methods
Name | Description |
---|---|
Create(SortField[], Int32) | Creates a hit queue sorted by the given list of fields. NOTE: The instances returned by this method
pre-allocate a full array of length |
LessThan(FieldValueHitQueue.Entry, FieldValueHitQueue.Entry) |