Skip to content

Commit

Permalink
Remove ?verbose from _segments API
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteGillinElastic committed Oct 31, 2024
1 parent d786091 commit 783460d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 45 deletions.
16 changes: 0 additions & 16 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 1 addition & 14 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions specification/_json_spec/indices.segments.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@
"options": ["open", "closed", "hidden", "none", "all"],
"default": "open",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"verbose": {
"type": "boolean",
"description": "Includes detailed memory usage by Lucene.",
"default": false,
"deprecated": {
"version": "8.0.0",
"description": "lucene no longer keeps track of segment memory overhead as it is largely off-heap"
}
}
}
}
Expand Down
5 changes: 0 additions & 5 deletions specification/indices/segments/IndicesSegmentsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,5 @@ export interface Request extends RequestBase {
* @server_default false
*/
ignore_unavailable?: boolean
/**
* If `true`, the request returns a verbose response.
* @server_default false
*/
verbose?: boolean
}
}

0 comments on commit 783460d

Please sign in to comment.