Package | Description |
---|---|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Field and Description |
---|---|
(package private) BytesStore |
Builder.bytes |
(package private) BytesStore |
FST.bytes
A
BytesStore , used during building, or during reading when
the FST is very large (more than 1 GB). |
private BytesStore |
OnHeapFSTStore.bytes
A
BytesStore , used during building, or during reading when
the FST is very large (more than 1 GB). |