Is it possible to dump/load ES query cache?

For mysql, I can dump the buffer pool pages and then load from disk file when restarting mysql innodb engine like this.

According to the docs, I know how to clear the query cache.
But I'm wondering if ES support this instead of warmers API which is deprecated in 2.3.0.
And how?

Thank you in advance.

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