Use this endpoint to get debugging information about the indexing process. You can index a document at the same time, or use simulate=true to get debugging information without indexing anything. The document format must be application/vnd.lucidworks-document or application/vnd.solr-document.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
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".
If true, the SolrIndexStage buffers docs.
Indexing request parameters. The parameters of the indexing request.
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.
The body is of type object.