Index a document using parser, pipeline, and collection IDs
Index a document using parser, pipeline, and collection IDs
Index the document using the provided parser, index pipeline, and collection IDs.
POST
Index a document using parser, pipeline, and collection IDs
Path Parameters
The ID of the parser to use when processing the document.
The ID of the index pipeline to which the document should be sent.
The ID of the target collection where the document will be indexed.
Query Parameters
Binary payload to be indexed by the specified parser, pipeline, and collection.
Response
204
No Content