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.UnCompiledNode<T> nodeIn)
(package private) long
FSTCompiler. addNode(FSTCompiler.UnCompiledNode<T> nodeIn)
private FSTCompiler.CompiledNode
FSTCompiler. compileNode(FSTCompiler.UnCompiledNode<T> nodeIn)
private long
NodeHash. getFallback(FSTCompiler.UnCompiledNode<T> nodeIn, long hash)
private long
NodeHash. hash(FSTCompiler.UnCompiledNode<T> node)
private int
NodeHash.PagedGrowableHash. nodesEqual(FSTCompiler.UnCompiledNode<T> node, long address, long hashSlot)
Compares an unfrozen node (UnCompiledNode) with a frozen node at byte location address (long), returning the node length if the two nodes are equals, or -1 otherwiseprivate boolean
FSTCompiler. shouldExpandNodeWithDirectAddressing(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
FSTCompiler. shouldExpandNodeWithFixedLengthArcs(FSTCompiler.UnCompiledNode<T> node)
Returns whether the given node should be expanded with fixed length arcs.private void
FSTCompiler. writeNodeForBinarySearch(FSTCompiler.UnCompiledNode<T> nodeIn, int maxBytesPerArc)
private void
FSTCompiler. writeNodeForDirectAddressingOrContinuous(FSTCompiler.UnCompiledNode<T> nodeIn, int maxBytesPerArcWithoutLabel, int labelRange, boolean continuous)
private void
FSTCompiler. writePresenceBits(FSTCompiler.UnCompiledNode<T> nodeIn)
-