Package | Description |
---|---|
org.apache.lucene.facet |
Faceted search.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
Modifier and Type | Class and Description |
---|---|
class |
TopOrdAndFloatQueue
Keeps highest results, first by largest float value,
then tie break by smallest ord.
|
class |
TopOrdAndIntQueue
Keeps highest results, first by largest int value,
then tie break by smallest ord.
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
SuggestWordQueue
Sorts SuggestWord instances
|
Modifier and Type | Class and Description |
---|---|
static class |
Lookup.LookupPriorityQueue
A
PriorityQueue collecting a fixed size of high priority Lookup.LookupResult |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.