POST
/
index-pipelines
/
{id}
/
collections
/
{collection}
/
reindex
{
  "docs": [
    {
      "id": "<string>",
      "fields": [
        {
          "name": "<string>",
          "value": {},
          "metadata": {},
          "annotations": [
            {
              "type": "<string>",
              "start": 123,
              "end": 123,
              "features": {},
              "label": "<string>",
              "featureCount": 123
            }
          ]
        }
      ],
      "metadata": {},
      "commands": [
        {
          "name": "<string>",
          "params": {}
        }
      ],
      "hints": {}
    }
  ],
  "stats": {}
}

Headers

Content-Type
string
default:application/octet-stream

Path Parameters

id
string
required
collection
string
required

Query Parameters

bufferDocsForSolr
boolean
throwOnError
boolean
default:true
parserId
string
skipParsing
boolean
default:false
autoDetectFormat
boolean
default:true
contentSourceName
string
default:unknown

Body

*/* · object

Response

200 - application/json

successful operation

The response is of type object.