Uses of Class
org.apache.lucene.search.suggest.fst.FSTCompletion.Completion
Packages that use FSTCompletion.Completion
-
Uses of FSTCompletion.Completion in org.apache.lucene.search.suggest.fst
Methods in org.apache.lucene.search.suggest.fst that return types with arguments of type FSTCompletion.CompletionModifier and TypeMethodDescriptionFSTCompletion.lookup
(CharSequence key) Lookup suggestions tokey
and return a stream of matching completions.FSTCompletion.lookup
(CharSequence key, int num) Lookup suggestions tokey
.Methods in org.apache.lucene.search.suggest.fst with parameters of type FSTCompletion.CompletionModifier and TypeMethodDescriptionint
FSTCompletion.Completion.compareTo
(FSTCompletion.Completion o) Completions are equal when theirutf8
images are equal (bucket is not compared).