index ?? null; if (isset($index)) { return "/$index/_forcemerge"; } return "/_forcemerge"; } public function getParamWhitelist(): array { return [ 'flush', 'ignore_unavailable', 'allow_no_indices', 'expand_wildcards', 'max_num_segments', 'only_expunge_deletes' ]; } public function getMethod(): string { return 'POST'; } }