On 31 July 2014 20:25, Kireet Reddy <[email protected]> wrote: > Quick update, I found that if I explicitly set _cache to true, things seem > to work more as expected, i.e. subsequent executions of the query sped up. > I looked at DateFieldMapper.rangeFilter() and to me it looks like if a > number is passed, caching will be disabled unless it's explicitly set to > true. Not sure if this has been fixed in 1.3.x yet or not. This meshes with > my observed behavior. >
Nice catch!!! That's a notable bug! Opened here: https://github.com/elasticsearch/elasticsearch/issues/7114 -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAPt3XKSuS6f28kmXT_b3LFvCZJG1-_ui2D%3Drf-rojn4x6Mf%2Brw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
