Update clearcache.asciidoc
Changed `field_data` to `fielddata` to be consistent with the indices stats output Closes #2888
This commit is contained in:
parent
6d3bcc4451
commit
34830368d9
|
@ -10,7 +10,7 @@ $ curl -XPOST 'http://localhost:9200/twitter/_cache/clear'
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
The API, by default, will clear all caches. Specific caches can be cleaned
|
The API, by default, will clear all caches. Specific caches can be cleaned
|
||||||
explicitly by setting `filter`, `field_data`, `query_cache` coming[1.4.0],
|
explicitly by setting `filter`, `fielddata`, `query_cache` coming[1.4.0],
|
||||||
or `id_cache` to `true`.
|
or `id_cache` to `true`.
|
||||||
|
|
||||||
All caches relating to a specific field(s) can also be cleared by
|
All caches relating to a specific field(s) can also be cleared by
|
||||||
|
|
Loading…
Reference in New Issue