|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |