Uses of Class
org.apache.lucene.search.suggest.fst.FSTCompletion
Packages that use FSTCompletion
-
Uses of FSTCompletion in org.apache.lucene.search.suggest.fst
Fields in org.apache.lucene.search.suggest.fst declared as FSTCompletionModifier and TypeFieldDescriptionprivate FSTCompletion
FSTCompletionLookup.higherWeightsCompletion
Automaton used for completions with higher weights reordering.private FSTCompletion
FSTCompletionLookup.normalCompletion
Automaton used for normal completions.Methods in org.apache.lucene.search.suggest.fst that return FSTCompletionModifier and TypeMethodDescriptionFSTCompletionBuilder.build()
Builds the final automaton from a list of added entries.Constructors in org.apache.lucene.search.suggest.fst with parameters of type FSTCompletionModifierConstructorDescriptionFSTCompletionLookup
(Directory tempDir, String tempFileNamePrefix, FSTCompletion completion, boolean exactMatchFirst) This constructor takes a pre-built automaton.