| Package | Description |
|---|---|
| org.apache.lucene.search.suggest.document |
Support for document suggestion
|
| Modifier and Type | Field and Description |
|---|---|
private CompletionScorer |
NRTSuggester.ScoringPathComparator.scorer |
| Modifier and Type | Method and Description |
|---|---|
void |
NRTSuggester.lookup(CompletionScorer scorer,
Bits acceptDocs,
TopSuggestDocsCollector collector)
Collects at most
TopSuggestDocsCollector.getCountToCollect() completions that
match the provided CompletionScorer. |
| Constructor and Description |
|---|
ScoringPathComparator(CompletionScorer scorer) |