Class OnHeapFSTStore

java.lang.Object
org.apache.lucene.util.fst.OnHeapFSTStore
All Implemented Interfaces:
Accountable, FSTStore

public final class OnHeapFSTStore extends Object implements FSTStore
Provides storage of finite state machine (FST), using byte array or byte store allocated on heap.
WARNING: This API is experimental and might change in incompatible ways in the next release.