The cache of elasticsearch? -


after read document of es,there confusion it.

doc_values built @ document index time on not text field,save data in disk.

fielddata built @ query time,save data in memory.if field cached,when new docs has field add fielddata cache?

doc_values , fielddata both cache,are used when sorting on or computing aggregations on field?

query cache,only save query result,only same dsl can use it?

es has other cache?


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -