Uses of Class
org.apache.lucene.util.fst.FSTCompiler.UnCompiledNode
-
Packages that use FSTCompiler.UnCompiledNode Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of FSTCompiler.UnCompiledNode in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as FSTCompiler.UnCompiledNode Modifier and Type Field Description private FSTCompiler.UnCompiledNode<T>[]
FSTCompiler. frontier
Methods in org.apache.lucene.util.fst with parameters of type FSTCompiler.UnCompiledNode Modifier and Type Method Description long
NodeHash. add(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn)
(package private) long
FST. addNode(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn)
private void
FSTCompiler. compileAllTargets(FSTCompiler.UnCompiledNode<T> node, int tailLength)
private FSTCompiler.CompiledNode
FSTCompiler. compileNode(FSTCompiler.UnCompiledNode<T> nodeIn, int tailLength)
private long
NodeHash. hash(FSTCompiler.UnCompiledNode<T> node)
private boolean
NodeHash. nodesEqual(FSTCompiler.UnCompiledNode<T> node, long address)
private boolean
FST. shouldExpandNodeWithDirectAddressing(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn, int numBytesPerArc, int maxBytesPerArcWithoutLabel, int labelRange)
Returns whether the given node should be expanded with direct addressing instead of binary search.private boolean
FST. shouldExpandNodeWithFixedLengthArcs(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> node)
Returns whether the given node should be expanded with fixed length arcs.private void
FST. writeNodeForBinarySearch(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn, long startAddress, int maxBytesPerArc)
private void
FST. writeNodeForDirectAddressing(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn, long startAddress, int maxBytesPerArcWithoutLabel, int labelRange)
private void
FST. writePresenceBits(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn, long dest, int numPresenceBytes)
-