Uses of Interface
org.apache.lucene.util.fst.FSTReader
Packages that use FSTReader
-
Uses of FSTReader in org.apache.lucene.util.fst
Subinterfaces of FSTReader in org.apache.lucene.util.fstModifier and TypeInterfaceDescriptioninterfaceA type ofFSTReaderwhich needs data to be initialized before useClasses in org.apache.lucene.util.fst that implement FSTReaderModifier and TypeClassDescriptionprivate static final classThis class is used for FST backed by non-FSTReader DataOutput.final classProvides off heap storage of finite state machine (FST), using underlying index input instead of byte store on heapfinal classProvides storage of finite state machine (FST), using byte array or byte store allocated on heap.(package private) final classAn adapter class to useByteBuffersDataOutputas aFSTReader.Fields in org.apache.lucene.util.fst declared as FSTReaderModifier and TypeFieldDescriptionprivate final FSTReaderFST.fstReaderThe reader of the FST, used to read bytes from the underlying FST storageprivate static final FSTReaderFSTCompiler.NULL_FST_READERMethods in org.apache.lucene.util.fst that return FSTReaderModifier and TypeMethodDescriptionFSTCompiler.getFSTReader()Get the respectiveFSTReaderof theDataOutput.Methods in org.apache.lucene.util.fst with parameters of type FSTReaderModifier 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 FSTReaderModifierConstructorDescription(package private)FST(FST.FSTMetadata<T> metadata, FSTReader fstReader) Create the FST with a metadata object and a FSTReader.