Uses of Class
org.apache.lucene.util.fst.Util.FSTPath
Packages that use Util.FSTPath
Package
Description
Support for document suggestion
Finite state transducers
-
Uses of Util.FSTPath in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document with parameters of type Util.FSTPathModifier and TypeMethodDescriptionint
NRTSuggester.ScoringPathComparator.compare
(Util.FSTPath<PairOutputs.Pair<Long, BytesRef>> first, Util.FSTPath<PairOutputs.Pair<Long, BytesRef>> second) -
Uses of Util.FSTPath in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst with type parameters of type Util.FSTPathModifier and TypeFieldDescriptionprivate final Comparator
<Util.FSTPath<T>> Util.TopNSearcher.pathComparator
(package private) TreeSet
<Util.FSTPath<T>> Util.TopNSearcher.queue
Methods in org.apache.lucene.util.fst that return Util.FSTPathModifier and TypeMethodDescription(package private) Util.FSTPath
<T> Util.FSTPath.newPath
(T output, IntsRefBuilder input) Methods in org.apache.lucene.util.fst with parameters of type Util.FSTPathModifier and TypeMethodDescriptionprotected boolean
Util.TopNSearcher.acceptPartialPath
(Util.FSTPath<T> path) Override this to prevent considering a path before it's completeprotected boolean
Util.TopNSearcher.acceptResult
(Util.FSTPath<T> path) protected void
Util.TopNSearcher.addIfCompetitive
(Util.FSTPath<T> path) int
Util.TieBreakByInputComparator.compare
(Util.FSTPath<T> a, Util.FSTPath<T> b)