From the the slow logs I see that index.search.slowlog.fetch and QUERY_AND_FETCH slow for queries. my understanding is this where the ES fetches the documents after it determines the ids in the QUERY phase.
I am thinking of keeping just ids in elasticsearch and move the document to redis , can i change elasticsearch to do the fetches from redis? or should I get back the ids from ES and then do a redis fetch?