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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -