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. |
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* |