Class FST.FSTMetadata<T>

java.lang.Object
org.apache.lucene.util.fst.FST.FSTMetadata<T>
Type Parameters:
T - the FST output type
Enclosing class:
FST<T>

public static final class FST.FSTMetadata<T> extends Object
Represent the FST metadata
  • Constructor Details

    • FSTMetadata

      public FSTMetadata(FST.INPUT_TYPE inputType, Outputs<T> outputs, T emptyOutput, long startNode, int version, long numBytes)