Companion
Properties
Value of the arc flags to declare a node with fixed length (sparse) arcs designed for binary search.
Value of the arc flags to declare a node with continuous arcs designed for pos the arc directly with labelToPos - firstLabel. like .ARCS_FOR_BINARY_SEARCH we use flag combinations that will not occur at the same time.
Value of the arc flags to declare a node with fixed length dense arcs and bit table designed for direct addressing.
This flag is set if the arc has an output.
Version that was used when releasing Lucene 9.0.
Version that started storing continuous arcs.
Current version.
First supported version, this is the version that was used when releasing Lucene 7.0.
Functions
Create a FST from a FSTReader. Return null if the metadata is null.
Gets the number of bytes required to flag the presence of each arc in the given label range, one bit per arc.
Read the FST metadata from DataInput
returns true if the node at this address has any outgoing arcs