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.Fields in org.apache.lucene.util.fst declared as FSTStoreConstructors in org.apache.lucene.util.fst with parameters of type FSTStore