Index a document
This is the recommended endpoint to use for indexing documents. The request body is the document, as binary data. The response is statistics about the indexed document.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
MIME type
Path Parameters
The index profile ID
Query Parameters
Run the pipeline in "simulate" mode for these docs. Stages with "side-effects" are skipped.
If true, indexed documents are included in the response.
The number of documents to include in the response, with -1 implying "all".
Return statistics about pipeline processing events.
If true, the SolrIndexStage buffers docs.
Indexing request parameters. The parameters of the indexing request.
The filename on the source system.
Indicates whether the indexing operation should fail immediately if an error is encountered. When set to true, any error stops the entire operation. When set to false (default), indexing continues despite errors.
Body
The body is of type object.
Response
OK