You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/_json_spec/async_search.submit.json
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -118,10 +118,6 @@
118
118
"type": "string",
119
119
"description": "Specify the node or shard the operation should be performed on (default: random)"
120
120
},
121
-
"project_routing": {
122
-
"type": "string",
123
-
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
124
-
},
125
121
"rest_total_hits_as_int": {
126
122
"type": "boolean",
127
123
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response",
Copy file name to clipboardExpand all lines: specification/_json_spec/search.json
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -100,10 +100,6 @@
100
100
"type": "string",
101
101
"description": "Specify the node or shard the operation should be performed on (default: random)"
102
102
},
103
-
"project_routing": {
104
-
"type": "string",
105
-
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
106
-
},
107
103
"q": {
108
104
"type": "string",
109
105
"description": "Query in the Lucene query string syntax"
0 commit comments