Uses of Interface
org.apache.lucene.util.fst.FSTStore
Packages that use FSTStore
-
Uses of FSTStore in org.apache.lucene.util.fst
Classes in org.apache.lucene.util.fst that implement FSTStoreModifier and TypeClassDescriptionfinal 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.Methods in org.apache.lucene.util.fst that return FSTStoreModifier and TypeMethodDescriptionInitialize the FSTStoreConstructors in org.apache.lucene.util.fst with parameters of type FSTStoreModifierConstructorDescriptionFST
(FST.FSTMetadata<T> metadata, DataInput in, FSTStore fstStore) Load a previously saved FST with a metdata object and a FSTStore.