Specify the maximum file size that can be uploaded using the web service.
Index Store
Modify the index store information to match your storage configuration. The index (test-ecm is the sample above) will be created if it does not already exist.
Search Configuration
The search config settings are used to control the search parameters and results. For example, numResults specifies the upper limit of the number of records that the search will retrieve.
The dateFields indicate the date type fields specified in the raw metadata. These can be used for range queries.
The stringFields indicate the text fields that will be used in search. You can use these in the query parameters along with the text from the body of the document.
Message Queue Configuration
Content Insight supports ActiveMQ and IBM Websphere MQ. In the example below, we have selected IBM MQ, as the queue manager type.
For IBM WebSphere MQ, specify the channel, queue manager, host and port information for the both the source and destination.
For ActiveMQ, specify the broker URL and credentials.
Finally specify the source queue name (from which the engine will read the input message) and destination queue name (to which the index result will be written).
Logging Configuration
The log files are managed using log4j2 XML configuration. The XML file can be located in the config directory.