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 intNRTSuggester.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. queueMethods 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 booleanUtil.TopNSearcher. acceptPartialPath(Util.FSTPath<T> path)Override this to prevent considering a path before it's completeprotected booleanUtil.TopNSearcher. acceptResult(Util.FSTPath<T> path)protected voidUtil.TopNSearcher. addIfCompetitive(Util.FSTPath<T> path)intUtil.TieBreakByInputComparator. compare(Util.FSTPath<T> a, Util.FSTPath<T> b)
-