Index a document using an index profile; display debug information
This endpoint returns additional information on the state of the document after each stage
POST
Path Parameters
The ID of the index profile to use
Query Parameters
If true, documents are not sent to Solr for indexing; the solr-index stage will be skipped
If true, return the list of documents indexed; otherwise no output is returned when the pipeline has finished
The maximum number of documents to list in the output
If true, documents are buffered before sending to Solr; this is an asynchronous mode and may give faster performance when indexing a large number of documents
Body
A PipelineDocument or JSON document
The body is of type any.