Uses of Class
org.apache.lucene.util.fst.FSTCompiler.UnCompiledNode
Packages that use FSTCompiler.UnCompiledNode
-
Uses of FSTCompiler.UnCompiledNode in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as FSTCompiler.UnCompiledNodeMethods in org.apache.lucene.util.fst with parameters of type FSTCompiler.UnCompiledNodeModifier and TypeMethodDescriptionlongNodeHash.add(FSTCompiler.UnCompiledNode<T> nodeIn) (package private) longFSTCompiler.addNode(FSTCompiler.UnCompiledNode<T> nodeIn) private FSTCompiler.CompiledNodeFSTCompiler.compileNode(FSTCompiler.UnCompiledNode<T> nodeIn) private longNodeHash.getFallback(FSTCompiler.UnCompiledNode<T> nodeIn, long hash) private longNodeHash.hash(FSTCompiler.UnCompiledNode<T> node) private intNodeHash.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 booleanFSTCompiler.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 booleanFSTCompiler.shouldExpandNodeWithFixedLengthArcs(FSTCompiler.UnCompiledNode<T> node) Returns whether the given node should be expanded with fixed length arcs.private voidFSTCompiler.writeNodeForBinarySearch(FSTCompiler.UnCompiledNode<T> nodeIn, int maxBytesPerArc) private voidFSTCompiler.writeNodeForDirectAddressingOrContinuous(FSTCompiler.UnCompiledNode<T> nodeIn, int maxBytesPerArcWithoutLabel, int labelRange, boolean continuous) private voidFSTCompiler.writePresenceBits(FSTCompiler.UnCompiledNode<T> nodeIn)