Expert: A hit queue for sorting by hits by terms in more than one field.
Uses for maintaining internal term lookup tables.
Created: Dec 8, 2003 12:56:03 PM
Namespace: Lucene.Net.SearchCopyC#
FieldCache.DEFAULT
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("see FieldValueHitQueue")] public class FieldSortedHitQueue : PriorityQueue |
Visual Basic |
---|
<ObsoleteAttribute("see FieldValueHitQueue")> _ Public Class FieldSortedHitQueue _ Inherits PriorityQueue |
Visual C++ |
---|
[ObsoleteAttribute(L"see FieldValueHitQueue")] public ref class FieldSortedHitQueue : public PriorityQueue |