Apache Lucene.Net 2.4.0 Class Library API

FieldSortedHitQueue Class

Expert: A hit queue for sorting by hits by terms in more than one field. Uses

FieldCache.DEFAULT
for maintaining internal term lookup tables.

For a list of all members of this type, see FieldSortedHitQueue Members.

System.Object
   Lucene.Net.Util.PriorityQueue
      Lucene.Net.Search.FieldSortedHitQueue

public class FieldSortedHitQueue : PriorityQueue

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

FieldSortedHitQueue Members | Lucene.Net.Search Namespace | |