Uses of Class
org.apache.lucene.util.fst.BytesStore
-
Packages that use BytesStore Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of BytesStore in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as BytesStore Modifier and Type Field Description (package private) BytesStore
Builder. bytes
(package private) BytesStore
FST. bytes
ABytesStore
, used during building, or during reading when the FST is very large (more than 1 GB).private BytesStore
OnHeapFSTStore. bytes
ABytesStore
, used during building, or during reading when the FST is very large (more than 1 GB).
-