Package org.apache.lucene.util.fst
Class Util.FSTPath<T>
java.lang.Object
org.apache.lucene.util.fst.Util.FSTPath<T>
- Enclosing class:
- Util
Represents a path in TopNSearcher.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFSTPath
(T output, FST.Arc<T> arc, IntsRefBuilder input, float boost, CharSequence context, int payload) -
Method Summary
Modifier and TypeMethodDescription(package private) Util.FSTPath<T>
newPath
(T output, IntsRefBuilder input) toString()
-
Field Details
-
arc
Holds the last arc appended to this path -
output
Holds cost plus any usage-specific output: -
input
-
boost
public final float boost -
context
-
payload
public int payload
-
-
Constructor Details
-
FSTPath
FSTPath(T output, FST.Arc<T> arc, IntsRefBuilder input, float boost, CharSequence context, int payload)
-
-
Method Details