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: rest-api-spec/src/main/resources/rest-api-spec/api/async_search.submit.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,10 @@
135
135
"type": "string",
136
136
"description": "Specify the node or shard the operation should be performed on (default: random)"
137
137
},
138
+
"project_routing": {
139
+
"type": "string",
140
+
"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."
141
+
},
138
142
"rest_total_hits_as_int": {
139
143
"type": "boolean",
140
144
"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: rest-api-spec/src/main/resources/rest-api-spec/api/search.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,10 @@
119
119
"type": "string",
120
120
"description": "Specify the node or shard the operation should be performed on (default: random)"
121
121
},
122
+
"project_routing": {
123
+
"type": "string",
124
+
"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."
125
+
},
122
126
"q": {
123
127
"type": "string",
124
128
"description": "Query in the Lucene query string syntax"
0 commit comments