| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldValueHitQueue<T extends FieldValueHitQueue.Entry>
Expert: A hit queue for sorting by hits by terms in more than one field.
|
| Modifier and Type | Field and Description |
|---|---|
protected PriorityQueue<T> |
TopDocsCollector.pq
The priority queue which holds the top documents.
|
| Constructor and Description |
|---|
TopDocsCollector(PriorityQueue<T> pq) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.