Class FieldValueHitQueue<T>
Expert: A hit queue for sorting by hits by terms in more than one field.
Uses FieldCache.DEFAULT
for maintaining
internal term lookup tables.
@lucene.experimental @since 2.9
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class FieldValueHitQueue<T> : PriorityQueue<T> where T : FieldValueHitQueue.Entry
Type Parameters
Name | Description |
---|---|
T |
Fields
Name | Description |
---|---|
m_comparers | |
m_fields | Stores the sort criteria being used. |
m_firstComparer | |
m_reverseMul |
Properties
Name | Description |
---|---|
Comparers | |
ReverseMul |
Methods
Name | Description |
---|---|
SetComparer(Int32, FieldComparer) |