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 | 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 | Description |
---|---|---|
protected PriorityQueue<T> |
TopDocsCollector.pq |
The priority queue which holds the top documents.
|
Constructor | Description |
---|---|
TopDocsCollector(PriorityQueue<T> pq) |
Modifier and Type | Method | 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 | Description |
---|---|---|
class |
SuggestWordQueue |
Sorts SuggestWord instances
|
Modifier and Type | Class | Description |
---|---|---|
static class |
Lookup.LookupPriorityQueue |
A
PriorityQueue collecting a fixed size of high priority Lookup.LookupResult |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.