Configure Combine Method for Query
When querying, Find can combine results in different ways, for example to ensure that each document returns a single result even when the index contains multiple sections for the same document. The default method for combining results is simple. This can be changed to " " (empty string), to disable combining, or another Combine value. Refer to the IDOL Server Reference for details.
To change the combine method
- Go to the Find home directory.
- Open
config.jsonin a text editor. - Find or add the
combineMethodproperty. -
Change the value of
combineMethodto an appropriate value. For example:"combineMethod": "Simple+FieldCheck" - Save the file, and then restart Find to apply your configuration changes.