XML Configuration Reference : Index : FieldRuntimeConfig
 
FieldRuntimeConfig
com.exalead.mercury.mami.indexing.v10.FieldRuntimeConfig
Configuration specifying the index field at runtime.
Parent elements:
com.exalead.mercury.mami.indexing.v10.IndexRuntimeConfig (as IndexRuntimeConfig)
Attributes:
Name
Type
Default value
Description
name
string
The index field name.
dictType
enum(mmap, pagecache)
mmap
Specifies the I/O mode used to load the dictionary part of an index field. ( Value can be one of
mmap
pagecache
)
type
enum(mmap, pagecache)
mmap
Specifies the I/O mode used to load the component. ( Value can be one of
mmap
pagecache
)
preload
boolean
Should the field be preloaded? This will force the field to be loaded in RAM at startup.
mlock
boolean
Should the field be locked in RAM.
cacheId
string
If PageCache is used, it specifies the cache ID.