XML Configuration Reference : Connector : ConvertInternalSettings
 
ConvertInternalSettings
com.exalead.mercury.mami.convert.v10.ConvertInternalSettings
Configuration of convert system settings. The StringValue list can be used to add new supported options, in raw format (i.e., the leading -- must be present). The legacy KeyValue list can be used to add new supported options, using short format for the key (without the leading -- ; such as "enable-foo"). The value should be set to "true" if no value is to be set on the commandline side.
Parent elements:
com.exalead.mercury.mami.convert.v10.ConvertConfig (as ConvertConfig)
Attributes:
Name
Type
Default value
Description
retryOnMMAPFailed
boolean
Default convert retry with regular I/O if mmap fails when the convert is responsible for fetching the bytes of a document. This is useful for FileSystem mounted in direct I/O. Note: This setting defines the process default value, which can be overridden for each conversion command.
disableSharedMemory
boolean
Disables shared memory support.
loggingLevel
string
Sets logging verbosity of the convert. verbose: Logs converted urls quiet: Logs errors only. {@code enum ("verbose", "quiet")}
tmpDir
string
The temporary path to override the system temporary path.
selftestOnStartup
boolean
The converter tests itself on startup.
restrictUserId
boolean
Restricts connections to the user running the server. Supported only on Windows and Linux platforms.
Nested elements:
Name
Type
Description
ConvertInternalCacheSettings
com.exalead.mercury.mami.convert.v10.ConvertInternalCacheSettings
ConvertInternalChildrenSettings
com.exalead.mercury.mami.convert.v10.ConvertInternalChildrenSettings
ConvertInternalPOSIXSettings
com.exalead.mercury.mami.convert.v10.ConvertInternalPOSIXSettings
KeyValue
exa.bee.KeyValue*
StringValue
exa.bee.StringValue*