# ElasticSearch All Caches(Node query cache,Shard request cache and Field data cache) are empty

**URL:** https://discuss.elastic.co/t/elasticsearch-all-caches-node-query-cache-shard-request-cache-and-field-data-cache-are-empty/156052
**Category:** Elasticsearch
**Created:** [November 9, 2018, 12:50pm UTC](https://discuss.elastic.co/t/elasticsearch-all-caches-node-query-cache-shard-request-cache-and-field-data-cache-are-empty/156052 "2018-11-09T12:50:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sekhar1](https://avatars.discourse-cdn.com/v4/letter/s/e19adc/32.png) [@Sekhar1](https://discuss.elastic.co/u/Sekhar1)
#### Post date: [November 9, 2018, 12:50pm UTC](https://discuss.elastic.co/t/elasticsearch-all-caches-node-query-cache-shard-request-cache-and-field-data-cache-are-empty/156052/1 "2018-11-09T12:50:31Z")

</div>

Hi,

my elastic search all caches are empty.Based on the elastic search documentation Node Query Cache,Shard request Cache, Field data Cache value should present when we are search operation but all value are zero.I used this url _ **\_nodes/stats/indices/query\_cache,fielddata,request\_cache** _  
and taken below reading:  
**"indices": {**  
**"query\_cache": {**  
**"memory\_size\_in\_bytes": 0,**  
**"total\_count": 0,**  
**"hit\_count": 0,**  
**"miss\_count": 0,**  
**"cache\_size": 0,**  
**"cache\_count": 0,**  
**"evictions": 0},**  
**"fielddata": {**  
**"memory\_size\_in\_bytes": 0,**  
**"evictions": 0},**  
**"request\_cache": {**  
**"memory\_size\_in\_bytes": 0,**  
**"evictions": 0,**  
**"hit\_count": 0,**  
**"miss\_count": 0}**  
**}**

In elasticsearch.yml configured below values :  
**indices.fielddata.cache.size: 10%**  
**indices.queries.cache.size: 20%**  
**indices.requests.cache.size: 10%**

This is my Search Query :  
**{"\_source" :false,"query":{"match":{"1":"Hello\_\_www200"}}}**

ElasticSearch Details :  
version : 6.0.0  
heap size : 4GB  
RAM : 32 GB  
Client : Low level rest client

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 7, 2018, 12:50pm UTC](https://discuss.elastic.co/t/elasticsearch-all-caches-node-query-cache-shard-request-cache-and-field-data-cache-are-empty/156052/2 "2018-12-07T12:50:33Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
