Uses of Class
org.apache.lucene.search.suggest.Lookup
-
Packages that use Lookup 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. -
-
Uses of Lookup in org.apache.lucene.search.suggest.fst
Subclasses of Lookup in org.apache.lucene.search.suggest.fst Modifier and Type Class Description class
FSTCompletionLookup
An adapter fromLookup
API toFSTCompletion
.class
FSTLookup
Deprecated.UseFSTCompletionLookup
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. -
Uses of Lookup in org.apache.lucene.search.suggest.jaspell
Subclasses of Lookup in org.apache.lucene.search.suggest.jaspell Modifier and Type Class Description class
JaspellLookup
-
Uses of Lookup in org.apache.lucene.search.suggest.tst
Subclasses of Lookup in org.apache.lucene.search.suggest.tst Modifier and Type Class Description class
TSTLookup
-