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. frontierMethods in org.apache.lucene.util.fst with parameters of type FSTCompiler.UnCompiledNode Modifier and Type Method Description longNodeHash. add(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn)(package private) longFST. addNode(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn)private voidFSTCompiler. compileAllTargets(FSTCompiler.UnCompiledNode<T> node, int tailLength)private FSTCompiler.CompiledNodeFSTCompiler. compileNode(FSTCompiler.UnCompiledNode<T> nodeIn, int tailLength)private longNodeHash. hash(FSTCompiler.UnCompiledNode<T> node)private booleanNodeHash. nodesEqual(FSTCompiler.UnCompiledNode<T> node, long address)private booleanFST. 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 booleanFST. shouldExpandNodeWithFixedLengthArcs(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> node)Returns whether the given node should be expanded with fixed length arcs.private voidFST. writeNodeForBinarySearch(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn, long startAddress, int maxBytesPerArc)private voidFST. writeNodeForDirectAddressing(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn, long startAddress, int maxBytesPerArcWithoutLabel, int labelRange)private voidFST. writePresenceBits(FSTCompiler<T> fstCompiler, FSTCompiler.UnCompiledNode<T> nodeIn, long dest, int numPresenceBytes)
-