Query Transformers

The following query transformers are available and can be added based on your requirements to the query pipelines:

  1. Filter Transformer

  2. RegEx Transformer

  3. Key Phrase Extractor

  4. Language Detector

  5. Query Transformation - Vectorizer Stage

Execution Order

The ordering of the respective transformers in the pipeline’s configuration dialog determines the execution order of the stages. In the example below, the query is transformed as follows:

Result Filter → Key Phrase Extractor → Query Vectorizer → Language Detection

If you want to change the execution order, click on the respective stage, you want to move and click on move left or move right.