Skip to content

Commit

Permalink
Remove missing parameter (#7944)
Browse files Browse the repository at this point in the history
Removes a parameter that does not exist in the Segments API spec.

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
  • Loading branch information
Naarcha-AWS authored Aug 8, 2024
1 parent 4f1c220 commit cac23d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _api-reference/index-apis/segment.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ The Segment API supports the following optional query parameters.
Parameter | Data type | Description
:--- | :--- | :---
`allow_no_indices` | Boolean | Whether to ignore wildcards that don't match any indexes. Default is `true`.
`allow_partial_search_results` | Boolean | Whether to return partial results if the request encounters an error or times out. Default is `true`.
`expand_wildcards` | String | Specifies the type of index that wildcard expressions can match. Supports comma-separated values. Valid values are `all` (match any index), `open` (match open, non-hidden indexes), `closed` (match closed, non-hidden indexes), `hidden` (match hidden indexes), and `none` (deny wildcard expressions). Default is `open`.
`ignore_unavailable` | Boolean | When `true`, OpenSearch ignores missing or closed indexes. If `false`, OpenSearch returns an error if the force merge operation encounters missing or closed indexes. Default is `false`.
`verbose` | Boolean | When `true`, provides information about Lucene's memory usage. Default is `false`.
Expand Down

0 comments on commit cac23d0

Please sign in to comment.