Index documents via subscription
Index documents via subscription
Send documents to Kafka for asynchronous indexing through a subscription. The request body contains a list of documents in JSON format. Documents are queued for indexing and processed asynchronously by the subscription indexing service.
POST
Index documents via subscription
Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The subscription ID
The target collection name
Body
application/json
List of documents to index
Response
200 - application/json
Documents successfully queued for indexing
The response is of type object.