Data
An array of JSON objects. Each object represents a document.
You must supply the JSON data in the POST body for the action. The parameter accepts an array of JSON objects, where each object in the array is a document.
Knowledge Graph creates nodes and edges based on the fields in your documents, and your configuration.
Actions: | IndexDocs |
Type: | JSON data |
Default: | |
Example: | Data=[{'title': 'document 1', 'myfield': 'value1'}, {'title': 'document 2', 'myfield': 'value 2'}]
|
See Also: |