Skip to main content
POST
/
index-pipelines
/
{id}
/
collections
/
{collection}
/
index
index pipeline documents and do not generate any statistical processing data
import requests

url = "http://api/apollo/index-pipelines/{id}/collections/{collection}/index"

payload = "<any>"
headers = {"Content-Type": "application/vnd.lucidworks-document"}

response = requests.post(url, json=payload, headers=headers)

print(response.text)

Path Parameters

id
string
required
collection
string
required

Query Parameters

simulate
boolean
default:false
echo
boolean
default:false
echoMaxCount
integer
default:-1
bufferDocsForSolr
boolean
throwOnError
boolean
default:true
eventsCollection
string
eventsPipeline
string
eventTypes
string

Body

The body is of type any.

Response

200

successful operation