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.
|
Constructor and Description |
---|
FST(DataInput metaIn,
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.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.