API Objective:
Each step of a pipeline.The Index Stages API provides endpoints to:
List index stage configuration properties
Manage index stage instances
Test processing on a set of queries
An index pipeline is comprised of index stages.
Each index stage has a name and a type.
The name identifies the stage instance, and the type identifies its class.
Every stage type has a number of properties, which can be configured for a particular index stage instance.
See the section Index Pipeline Stages for a taxonomy of index stage types.
No response is returned. To check that the stage is no longer defined, list all index stage instances.Send a document through the index stage named ‘conn_tika’:REQUEST
Copy
curl -u USERNAME:PASSWORD -X POST -H "Content-Type: application/json" -d '[{"id": "myDoc4","fields": [{"name":"title", "value": "Another little document document"},{"name":"body", "value": "This is a simple document."}]}]' https://FUSION_HOST:8764/api/index-stages/instances/conn_tika/docs/test