[DOC] New file option for Clear Index Cache API #4092
Labels
2 - In progress
Issue/PR: The issue or PR is in progress.
index-management
Sev2
High-medium priority. Upcoming release or incorrect information.
v2.8.0
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
A new option to clear filecache was added to the existing clear indices cache API (https://opensearch.org/docs/latest/api-reference/index-apis/clear-index-cache/)
Parameter:
file
Type:
Boolean
Description: If
true
, clears the unused entries from the filecache onsearch
capable nodes. Defaults tofalse
.Sample Request:
POST http://localhost:9200/*/_cache/clear?file=true
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: