Skip to content

Commit 1416761

Browse files
committed
Removed project routing from _json_spec as those get auto added later
1 parent 9683122 commit 1416761

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

specification/_json_spec/field_caps.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
"type": "boolean",
6565
"default": true,
6666
"description": "Include empty fields in result"
67-
},
68-
"project_routing": {
69-
"type": "string",
70-
"description": "A Lucene query using project metadata tags to limit which projects to include, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
7167
}
7268
},
7369
"body": {

specification/_json_spec/indices.resolve_index.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
"options": ["standard", "time_series", "logsdb", "lookup"],
4646
"default": "",
4747
"description": "Filter indices by index mode. Comma-separated list of IndexMode. Empty means no filter."
48-
},
49-
"project_routing": {
50-
"type": "string",
51-
"description": "A Lucene query using project metadata tags to limit which projects to include, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
5248
}
5349
}
5450
}

specification/_json_spec/msearch.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
"default": "open",
8585
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
8686
},
87-
"project_routing": {
88-
"type": "string",
89-
"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."
90-
},
9187
"routing": {
9288
"type": "list",
9389
"description": "A comma-separated list of specific routing values"

0 commit comments

Comments
 (0)