Uses of Class
org.apache.lucene.util.fst.Util.FSTPath
-
Packages that use Util.FSTPath Package Description org.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.util.fst 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.FSTPath Modifier and Type Method Description int
NRTSuggester.ScoringPathComparator. compare(Util.FSTPath<PairOutputs.Pair<java.lang.Long,BytesRef>> first, Util.FSTPath<PairOutputs.Pair<java.lang.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.FSTPath Modifier and Type Field Description private java.util.Comparator<Util.FSTPath<T>>
Util.TopNSearcher. pathComparator
(package private) java.util.TreeSet<Util.FSTPath<T>>
Util.TopNSearcher. queue
Methods in org.apache.lucene.util.fst that return Util.FSTPath Modifier and Type Method Description (package private) Util.FSTPath<T>
Util.FSTPath. newPath(T output, IntsRefBuilder input)
Methods in org.apache.lucene.util.fst with parameters of type Util.FSTPath Modifier and Type Method Description protected 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)
-