This stage uses the SolrTextTagger handler to identify known entities in the query by searching either of the following:
  • _query_rewrite_staging collection in the case of the Fusion AI query rewriting Simulator.
  • _query_rewrite collection. See Manage Collections in the Fusion UI for more information.
To perform query rewriting, this stage searches for matching instances of: When the query rewrite entails boosting, the boosting is applied later in the pipeline, during the Solr Query stage. The below diagram shows the process flow for the Text Tagger Stage: Text Tagger Stage Process
The underlying SolrTextTagger currently only supports single-shard collections. Fusion users should ensure their _query_rewrite collection, or whatever collection the Text Tagger stage is configured to use, is single-sharded before enabling this stage.
Although this stage is available without a Fusion AI license, it is only effective after running Fusion AI jobs or creating Fusion AI rules. See Query Rewriting for details.

Configuration

When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.