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.
OK
The indexed documents, plus additional details for debugging.