index

Puts a document to the index. If document does not exist, it will be added. An existing product will be overwritten unless the parameter 'replaceExisting" is set to "false". Provided document should be a complete object, partial updates should be done using the updateDocument method.

put/update/{indexName}

Path parameters

indexNamestring required
indexNamestring required

Query parameters

replaceExistingstring

set to false to avoid overriding a document with that ID. Defaults to 'true'

replaceExistingboolean

Request body

— unresolved $ref

Response

Document created

Changes