Re: Warmer API, relative date ranges

2014-11-24 Thread Lasse Schou
Does anybody have any input on this question? Lasse On Tuesday, November 11, 2014 1:38:47 PM UTC+1, Lasse Schou wrote: Hi, I'm considering using the warmer API for caching date range filters. Most users will use last 30 days or last 7 days in their filters so it's a good candidate

Warmer API, relative date ranges

2014-11-11 Thread Lasse Schou
Hi, I'm considering using the warmer API for caching date range filters. Most users will use last 30 days or last 7 days in their filters so it's a good candidate for warming, at least with a boxed date range that only changes once every day. Is this possible to do with the warmer API? I'm

Warmer API

2014-01-12 Thread Arik Gaisler
I was wondering , as a rule of thumb, how many warmer queries is considered healthy? We have about 200-350 pre configured search queries which I would like to register as warmer queries when creating my index, and update the warmer queries when a new query is registered Now I know that this

Re: Warmer API

2014-01-12 Thread Ivan Brusic
Warmer queries will affect indexing time since each new segment needs to be warmed up. If you are going to do a large bulk load of data, it would be advisable to disable warming. With elasticsearch 0.90.6, it should not be necessary to register different queries for the warmer API: https