In the Elasticsearch documentation, it mentions that I can set an exeuction property on a range filter: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-filter.html#_execution
If I don't specify the value, will it use index or fielddata by default or neither?
Likewise, if it uses index by default, is it also caching by default?
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-filter.html#_caching_16