Skip to main content
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.

Examples

See all defined index pipeline stages, regardless of type: REQUEST
RESPONSE
See details of an index-stage named ‘conn_tika’: REQUEST
RESPONSE
Create an index stage: REQUEST
RESPONSE
Delete an index stage: REQUEST
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
RESPONSE
View the configuration properties for index stage type “regex-extractor”: REQUEST
RESPONSE