new(FST.INPUT_TYPE input_type, Outputs<T> outputs, T empty_output, long start_node, int version, long num_bytes)
Java: <init>(org.apache.lucene.util.fst.FST.INPUT_TYPE inputType, org.apache.lucene.util.fst.Outputs<T> outputs, T emptyOutput, long startNode, int version, long numBytes)
Returns the version constant of the binary format this FST was written in. See the
static final int VERSION constants in FST's javadoc, e.g. FST#VERSION_CONTINUOUS_ARCS.