Re: Facets loading time

2014-01-14 Thread oreno
}, "nested": "products", "facet_filter": { "range": { "products.time": { "from": "2014-01-07", "to": "2014-01-10", "include

Re: Facets loading time

2014-01-14 Thread Alexander Reelsen
lasticsearch/reference/current/_field_data_formats.html#_fielddata_loading > ? > > Regards, > Lukas > > > On Mon, Jan 13, 2014 at 9:46 AM, oreno wrote: > >> Hi, >> is there any way to improve facets loading time (into memory)? >> I'm using field facets

Re: Facets loading time

2014-01-13 Thread Lukáš Vlček
Hi, did you try http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/_field_data_formats.html#_fielddata_loading ? Regards, Lukas On Mon, Jan 13, 2014 at 9:46 AM, oreno wrote: > Hi, > is there any way to improve facets loading time (into memory)? > I'm using f

Facets loading time

2014-01-13 Thread oreno
Hi, is there any way to improve facets loading time (into memory)? I'm using field facets on a single string field and It's kind of a problem that the first query after indexing period is taking a long time (many unique users). Has anyone ever faced this problem? is there anyway to set