Skip to content

Commit

Permalink
Add missing stringIndexType property (#18488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChongTang authored Mar 31, 2022
1 parent 26b3f11 commit f8a711d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@
"type": "boolean",
"description": "If true, the service will keep the query for further review."
},
"stringIndexType": {
"$ref": "common.json#/definitions/StringIndexType"
},
"directTarget": {
"type": "string",
"description": "The name of a target project to forward the request to."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"projectName": "{project-name}",
"deploymentName": "{deployment-name}",
"verbose": true,
"isLoggingEnabled": false
"isLoggingEnabled": false,
"stringIndexType": "TextElement_V8"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"projectName": "{project-name}",
"deploymentName": "{deployment-name}",
"verbose": true,
"isLoggingEnabled": false
"isLoggingEnabled": false,
"stringIndexType": "TextElement_V8"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"deploymentName": "dep1",
"isLoggingEnabled": false,
"verbose": true,
"stringIndexType": "TextElement_V8",
"directTarget": "qnaProject",
"targetProjectParameters": {
"qnaProject": {
Expand Down

0 comments on commit f8a711d

Please sign in to comment.