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 TypeInterfaceDescriptioninterface
A type ofFSTReader
which needs data to be initialized before useClasses in org.apache.lucene.util.fst that implement FSTReaderModifier and TypeClassDescription(package private) class
final class
Provides off heap storage of finite state machine (FST), using underlying index input instead of byte store on heapfinal class
Provides 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 FSTReader
FST.fstReader
ABytesStore
, 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.