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 FSTCompletionFSTCompletionLookup.higherWeightsCompletionAutomaton used for completions with higher weights reordering.private FSTCompletionFSTCompletionLookup.normalCompletionAutomaton 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.