refresh

suspend fun SearchClient.refresh(target: String? = null, allowNoIndices: Boolean? = null, expandWildcards: ExpandWildCards? = null, ignoreUnavailable: Boolean? = null, extraParameters: Map<String, String>? = null): RefreshResponse

POST /{target?}/_refresh: make recent index operations searchable.