ES Upgrade, Terms Lookup Cache Keys

C#, NEST
I'm in the process of upgrading from ES 1.7.5 to ES 6.0. In my terms lookup queries I set the _cache_key so that I'm able to clear it when that cache is impacted by an update. I vaguely remember seeing somewhere that this is no longer necessary in 2.x and later (doc_values?) but can't find the documentation. I do see that the 6.0 terms lookup documentation makes no mention of it like the 1.5 documentation does but I'd like to verify that ES now handles this scenario for me auto-magically. If so, I can remove all my code that both sets the keys and handling of the invalidation on update which would be fantastic!

Found it! The answer is here: https://www.elastic.co/guide/en/elasticsearch/reference/2.0/breaking_20_query_dsl_changes.html#_filter_auto_caching

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