Uses of Interface
org.apache.lucene.util.fst.FSTReader
Packages that use FSTReader
-
Uses of FSTReader in org.apache.lucene.util.fst
Classes in org.apache.lucene.util.fst that implement FSTReaderModifier 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 FSTReaderModifier and TypeMethodDescriptionFSTCompiler.getFSTReader()
Get the respectiveFSTReader
of theDataOutput
.Methods in org.apache.lucene.util.fst with parameters of type FSTReaderModifier and TypeMethodDescriptionstatic <T> FST
<T> FST.fromFSTReader
(FST.FSTMetadata<T> fstMetadata, FSTReader fstReader) Create a FST from aFSTReader
.