Java org.apache.lucene.util.fst FST fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util.fst FST fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util.fst FST.

The text is from its open source code.

Field

intEND_LABEL
If arc has this label then that arc is final/accepted

Constructor

FST(DataInput in, Outputs outputs)
Load a previously saved FST.

Method

ArcfindTargetArc(int labelToMatch, Arc follow, Arc arc, BytesReader in)
Finds an arc leaving the incoming arc, replacing the arc in place.
BytesReadergetBytesReader()
Returns a BytesReader for this FST, positioned at position 0.
ArcgetFirstArc(Arc arc)
Fills virtual 'start' arc, ie, an empty incoming arc to the FST's start node
longramBytesUsed()
voidsave(DataOutput out)
voidsave(final Path path)
Writes an automaton to a file.