Class OffHeapFSTStore

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

public final class OffHeapFSTStore extends Object implements FSTStore
Provides off heap storage of finite state machine (FST), using underlying index input instead of byte store on heap
WARNING: This API is experimental and might change in incompatible ways in the next release.