| Package | Description |
|---|---|
| org.apache.lucene.util.fst |
Finite state transducers
|
| Modifier and Type | Class and Description |
|---|---|
class |
OffHeapFSTStore
Provides off heap storage of finite state machine (FST),
using underlying index input instead of byte store on heap
|
class |
OnHeapFSTStore
Provides storage of finite state machine (FST),
using byte array or byte store allocated on heap.
|
| Modifier and Type | Field and Description |
|---|---|
private FSTStore |
FST.fstStore |
| Constructor and Description |
|---|
FST(DataInput in,
Outputs<T> outputs,
FSTStore fstStore)
Load a previously saved FST; maxBlockBits allows you to
control the size of the byte[] pages used to hold the FST bytes.
|