Uses of Class
org.apache.lucene.util.fst.Builder.UnCompiledNode
-
Packages that use Builder.UnCompiledNode Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of Builder.UnCompiledNode in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as Builder.UnCompiledNode Modifier and Type Field Description private Builder.UnCompiledNode<T>[]Builder. frontierMethods in org.apache.lucene.util.fst with parameters of type Builder.UnCompiledNode Modifier and Type Method Description longNodeHash. add(Builder<T> builder, Builder.UnCompiledNode<T> nodeIn)(package private) longFST. addNode(Builder<T> builder, Builder.UnCompiledNode<T> nodeIn)private voidBuilder. compileAllTargets(Builder.UnCompiledNode<T> node, int tailLength)private Builder.CompiledNodeBuilder. compileNode(Builder.UnCompiledNode<T> nodeIn, int tailLength)private longNodeHash. hash(Builder.UnCompiledNode<T> node)private booleanNodeHash. nodesEqual(Builder.UnCompiledNode<T> node, long address)private booleanFST. shouldExpandNodeWithDirectAddressing(Builder<T> builder, Builder.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 booleanFST. shouldExpandNodeWithFixedLengthArcs(Builder<T> builder, Builder.UnCompiledNode<T> node)Returns whether the given node should be expanded with fixed length arcs.private voidFST. writeNodeForBinarySearch(Builder<T> builder, Builder.UnCompiledNode<T> nodeIn, long startAddress, int maxBytesPerArc)private voidFST. writeNodeForDirectAddressing(Builder<T> builder, Builder.UnCompiledNode<T> nodeIn, long startAddress, int maxBytesPerArcWithoutLabel, int labelRange)private voidFST. writePresenceBits(Builder<T> builder, Builder.UnCompiledNode<T> nodeIn, long dest, int numPresenceBytes)
-