Expert: A hit queue for sorting by hits by terms in more than one field.
Uses for maintaining
internal term lookup tables.
This class will not resolve SortField.AUTO types, and expects the type
of all SortFields used for construction to already have been resolved.
{@link SortField#DetectFieldType(IndexReader, String)} is a utility method which
may be used for field type detection.
NOTE: This API is experimental and might change in
incompatible ways in the next release.
Namespace: Lucene.Net.SearchCopyC#
FieldCache.DEFAULT
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract class FieldValueHitQueue : PriorityQueue |
Visual Basic |
---|
Public MustInherit Class FieldValueHitQueue _ Inherits PriorityQueue |
Visual C++ |
---|
public ref class FieldValueHitQueue abstract : public PriorityQueue |