Fixes allow_partial_pit_creation (#2411)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
2feb50e7e0
commit
32767eb3fc
|
@ -44,7 +44,7 @@ keep_alive | Time | The amount of time to keep the PIT. Required.
|
|||
preference | String | The node or the shard used to perform the search. Optional. Default is random.
|
||||
routing | String | Specifies to route search requests to a specific shard. Optional. Default is the document's `_id`.
|
||||
expand_wildcards | String | The type of index that can match the wildcard pattern. Supports comma-separated values. Valid values are the following:<br>- `all`: Match any index or data stream, including hidden ones. <br>- `open`: Match open, non-hidden indexes or non-hidden data streams. <br>- `closed`: Match closed, non-hidden indexes or non-hidden data streams. <br>- `hidden`: Match hidden indexes or data streams. Must be combined with `open`, `closed` or both `open` and `closed`.<br>- `none`: No wildcard patterns are accepted.<br> Optional. Default is `open`.
|
||||
allow_partial_pit_creation | Boolean | Specifies whether to create a PIT with partial failures. Optional. Default is `false`.
|
||||
allow_partial_pit_creation | Boolean | Specifies whether to create a PIT with partial failures. Optional. Default is `true`.
|
||||
|
||||
#### Sample request
|
||||
|
||||
|
|
Loading…
Reference in New Issue