Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.similar |
Document similarity query generators.
|
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 |
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 | Method and Description |
---|---|
PriorityQueue<Object[]> |
MoreLikeThis.retrieveTerms(int docNum)
Find words for a more-like-this query former.
|
PriorityQueue<Object[]> |
MoreLikeThis.retrieveTerms(Reader r)
Deprecated.
use
MoreLikeThis.retrieveTerms(Reader, String) instead |
PriorityQueue<Object[]> |
MoreLikeThis.retrieveTerms(Reader r,
String fieldName)
Find words for a more-like-this query former.
|
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 |