Skip to content

Commit fc5156d

Browse files
committed
Removed indices.flushSynced from API reference
- Fix for elastic/elasticsearch#50882
1 parent 8e11327 commit fc5156d

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

docs/reference.asciidoc

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,35 +2595,6 @@ _Default:_ `open`
25952595

25962596
|===
25972597

2598-
=== indices.flushSynced
2599-
2600-
[source,ts]
2601-
----
2602-
client.indices.flushSynced({
2603-
index: string | string[],
2604-
ignore_unavailable: boolean,
2605-
allow_no_indices: boolean,
2606-
expand_wildcards: 'open' | 'closed' | 'none' | 'all'
2607-
})
2608-
----
2609-
link:{ref}/indices-synced-flush-api.html[Reference]
2610-
[cols=2*]
2611-
|===
2612-
|`index`
2613-
|`string \| string[]` - A comma-separated list of index names; use `_all` or empty string for all indices
2614-
2615-
|`ignore_unavailable` or `ignoreUnavailable`
2616-
|`boolean` - Whether specified concrete indices should be ignored when unavailable (missing or closed)
2617-
2618-
|`allow_no_indices` or `allowNoIndices`
2619-
|`boolean` - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
2620-
2621-
|`expand_wildcards` or `expandWildcards`
2622-
|`'open' \| 'closed' \| 'none' \| 'all'` - Whether to expand wildcard expression to concrete indices that are open, closed or both. +
2623-
_Default:_ `open`
2624-
2625-
|===
2626-
26272598
=== indices.forcemerge
26282599

26292600
[source,ts]

0 commit comments

Comments
 (0)