Uses of Class
org.apache.lucene.util.fst.FST.FSTMetadata
Packages that use FST.FSTMetadata
-
Uses of FST.FSTMetadata in org.apache.lucene.util.fst
Methods in org.apache.lucene.util.fst that return FST.FSTMetadataModifier and TypeMethodDescriptionFSTCompiler.compile()
Returns the metadata of the final FST.FST.getMetadata()
static <T> FST.FSTMetadata
<T> FST.readMetadata
(DataInput metaIn, Outputs<T> outputs) Read the FST metadata from DataInputMethods in org.apache.lucene.util.fst with parameters of type FST.FSTMetadataModifier and TypeMethodDescriptionstatic <T> FST
<T> FST.fromFSTReader
(FST.FSTMetadata<T> fstMetadata, FSTReader fstReader) Create a FST from aFSTReader
.Constructors in org.apache.lucene.util.fst with parameters of type FST.FSTMetadataModifierConstructorDescriptionFST
(FST.FSTMetadata<T> metadata, DataInput in) Load a previously saved FST with a DataInput for metdata using anOnHeapFSTStore
with maxBlockBits set toFST.DEFAULT_MAX_BLOCK_BITS
OffHeapFSTStore
(IndexInput in, long offset, FST.FSTMetadata<?> metadata)