Uses of Interface
org.apache.lucene.util.fst.FSTReader
-
Packages that use FSTReader Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of FSTReader in org.apache.lucene.util.fst
Subinterfaces of FSTReader in org.apache.lucene.util.fst Modifier and Type Interface Description interface
FSTStore
A type ofFSTReader
which needs data to be initialized before useClasses in org.apache.lucene.util.fst that implement FSTReader Modifier and Type Class Description (package private) class
BytesStore
class
OffHeapFSTStore
Provides off heap storage of finite state machine (FST), using underlying index input instead of byte store on heapclass
OnHeapFSTStore
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 FSTReader Modifier and Type Field Description private 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 FSTReader Constructor Description FST(FST.FSTMetadata<T> metadata, FSTReader fstReader)
Create the FST with a metadata object and a FSTReader.
-