Still testing

This commit is contained in:
Josh Mock
2024-11-20 11:39:21 -06:00
parent be8fc5ae83
commit 15a43f3747
115 changed files with 609 additions and 818 deletions

View File

@ -53,7 +53,7 @@ interface IndicesForcemergeRequest extends <<RequestBase>> {
expand_wildcards?: <<ExpandWildcards>>
flush?: boolean
ignore_unavailable?: boolean
max_num_segments?: number
max_num_segments?: <<_long, long>>
only_expunge_deletes?: boolean
wait_for_completion?: boolean
}