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.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
MIME type
The index profile ID
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 filename on the source system.
OK
The indexed documents, plus statistics about the indexing operation. You can use this data to confirm that the results are as expected.