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 TypeMethodDescriptionlong
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)