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.
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public abstract class FieldValueHitQueue<T> : PriorityQueue<T> where T : FieldValueHitQueue.Entry
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
m_comparers
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.
Declaration
protected readonly FieldComparer[] m_comparers
Field Value
| Type | Description |
|---|---|
| FieldComparer[] |
See Also
m_fields
Stores the sort criteria being used.
Declaration
protected readonly SortField[] m_fields
Field Value
| Type | Description |
|---|---|
| SortField[] |
See Also
m_firstComparer
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.
Declaration
protected FieldComparer m_firstComparer
Field Value
| Type | Description |
|---|---|
| FieldComparer |
See Also
m_reverseMul
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.
Declaration
protected readonly int[] m_reverseMul
Field Value
| Type | Description |
|---|---|
| int[] |
See Also
Properties
Comparers
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.
Declaration
public virtual FieldComparer[] Comparers { get; }
Property Value
| Type | Description |
|---|---|
| FieldComparer[] |
See Also
ReverseMul
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.
Declaration
public virtual int[] ReverseMul { get; }
Property Value
| Type | Description |
|---|---|
| int[] |
See Also
Methods
SetComparer(int, FieldComparer)
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.
Declaration
public virtual void SetComparer(int pos, FieldComparer comparer)
Parameters
| Type | Name | Description |
|---|---|---|
| int | pos | |
| FieldComparer | comparer |