Skip to content

Commit

Permalink
Update query rules pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Aug 8, 2023
1 parent 8a48e6c commit 15d107e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions query_rules/pipeline_oneclick.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"enabled": true,
"description": "Pipeline to use query rules pre-built stages",
"description": "The pipeline applies query rules on a search index to fetch suggestions, allows parsing of user query, filter by a facet, promote results to the top.",
"routes": [
{
"path": "/good-books-ds-pipeline/_reactivesearch",
"path": "/query-rules-example",
"method": "POST",
"classify": {
"category": "reactivesearch"
}
}
],
"global_envs": [
{
"key": "INDEX",
"value": "good-books-ds-pipeline",
"description": "Index where data will be searched",
"label": "Index"
}
],
"stages": [
{
"use": "authorization",
Expand Down

0 comments on commit 15d107e

Please sign in to comment.