...
{
"name" : "Staging Hydrator",
"active" : true,
"type" : "staging-hydrator",
"servers": [
{
"host": "localhost",
"port": 8080
}
],
"bucket": "myBucket",
"multiDocumentPath": "path",
"idField": "customID"
}
Configuration parameters:
...
(Optional, String) The path in the document that splits it into sub-documents. The value in the document must be an array.
idField
(Optional, String) Name of the record field that contains the ID to be used when hydrating. Default is record's ID.