[DOCS] Added note about dely in clearing filter cache.

Closes #5231
This commit is contained in:
Clinton Gormley 2014-02-24 11:36:22 +01:00
parent 818f8c0e2b
commit 03ad168b24
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@ $ curl -XPOST 'http://localhost:9200/kimchy,elasticsearch/_cache/clear'
$ curl -XPOST 'http://localhost:9200/_cache/clear'
--------------------------------------------------
NOTE: The `filter` cache is not cleared immediately but is scheduled to be
cleared within 60 seconds.