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 TypeClassDescription(package private) classfinal 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.Fields in org.apache.lucene.util.fst declared as FSTReaderModifier and TypeFieldDescriptionprivate final FSTReaderFST.fstReaderABytesStore, used during building, or during reading when the FST is very large (more than 1 GB).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.