| Package | Description |
|---|---|
| org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
| org.apache.lucene.search.suggest.jaspell |
JaSpell-based autosuggest.
|
| org.apache.lucene.search.suggest.tst |
Ternary Search Tree based autosuggest.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FSTCompletionLookup |
An adapter from
Lookup API to FSTCompletion. |
class |
FSTLookup |
Deprecated.
Use
FSTCompletionLookup instead. |
class |
WFSTCompletionLookup |
Suggester based on a weighted FST: it first traverses the prefix,
then walks the n shortest paths to retrieve top-ranked
suggestions.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JaspellLookup |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TSTLookup |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.