Uses of Class
org.apache.lucene.search.suggest.fst.FSTCompletion
-
Packages that use FSTCompletion Package Description org.apache.lucene.search.suggest.fst Finite-state based autosuggest. -
-
Uses of FSTCompletion in org.apache.lucene.search.suggest.fst
Fields in org.apache.lucene.search.suggest.fst declared as FSTCompletion Modifier and Type Field Description private 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 FSTCompletion Modifier and Type Method Description FSTCompletionFSTCompletionBuilder. build()Builds the final automaton from a list of added entries.Constructors in org.apache.lucene.search.suggest.fst with parameters of type FSTCompletion Constructor Description FSTCompletionLookup(Directory tempDir, java.lang.String tempFileNamePrefix, FSTCompletion completion, boolean exactMatchFirst)This constructor takes a pre-built automaton.
-