jruby/docs BETA
Navigation
org.apache.lucene.util.fst.FST 4
C Arc
C BytesReader
C FSTMetadata
E INPUT_TYPE
FSTMetadata — members 5
C new(input_type, outputs, empty_output, start_node, version, num_bytes)
M empty_output() T
M num_bytes() long
C save(meta_out)
M version() int

org.apache.lucene.util.fst.FST.FSTMetadata

class final 5 members

Represents the FST metadata.

Constructors

new

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)

Instance Methods

empty_output

T empty_output ( )
Java: getEmptyOutput() · also: get_empty_output

num_bytes

long num_bytes ( )
Java: getNumBytes() · also: get_num_bytes

save

save ( DataOutput meta_out )
Java: save(org.apache.lucene.store.DataOutput metaOut)

Save the metadata to a DataOutput

nametypedescription
meta_outorg.apache.lucene.store.DataOutputthe DataOutput to write the metadata to

version

int version ( )
Java: getVersion() · also: get_version

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.

this work for additional information regarding copyright ownership.