Uses of Class
org.apache.lucene.search.FieldValueHitQueue.Entry

Packages that use FieldValueHitQueue.Entry
org.apache.lucene.search Code to search indices. 
 

Uses of FieldValueHitQueue.Entry in org.apache.lucene.search
 

Classes in org.apache.lucene.search with type parameters of type FieldValueHitQueue.Entry
 class FieldValueHitQueue<T extends FieldValueHitQueue.Entry>
          Expert: A hit queue for sorting by hits by terms in more than one field.
 

Methods in org.apache.lucene.search with type parameters of type FieldValueHitQueue.Entry
static
<T extends FieldValueHitQueue.Entry>
FieldValueHitQueue<T>
FieldValueHitQueue.create(SortField[] fields, int size)
          Creates a hit queue sorted by the given list of fields.
 

Methods in org.apache.lucene.search with parameters of type FieldValueHitQueue.Entry
protected abstract  boolean FieldValueHitQueue.lessThan(FieldValueHitQueue.Entry a, FieldValueHitQueue.Entry b)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.