Re: Context suggest display results for all the categories (mimic the completion suggester behavior)

2014-08-07 Thread Tihomir Lichev
Thanks Alex, I made it :) I'm using transformation script to add * to any of the context fields. But I definitely think that issues: https://github.com/elasticsearch/elasticsearch/issues/6444 https://github.com/elasticsearch/elasticsearch/issues/6512 have to be fixed Probably also provide some way

Re: Context suggest display results for all the categories (mimic the completion suggester behavior)

2014-08-05 Thread Tihomir Lichev
Thank you Alex, I also came up with that idea, but I think it is not that useful when you have context, mapped to a field, which usually contains a single value, especially numeric fields (despite that https://github.com/elasticsearch/elasticsearch/issues/6512 is not fixed yet) -- You

Re: Context suggest display results for all the categories (mimic the completion suggester behavior)

2014-08-05 Thread Alexander Reelsen
Hey, maybe the new transform feature could help here to create a default value (just an idea, havent tested it). See http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-transform.html#mapping-transform --Alex On Tue, Aug 5, 2014 at 10:13 AM, Tihomir Lichev

Re: Context suggest display results for all the categories (mimic the completion suggester behavior)

2014-08-04 Thread Alexander Reelsen
Hey, you could simply index an 'all' color field value for every document, and then use that for your suggestions? --Alex On Mon, Aug 4, 2014 at 10:50 AM, Tihomir Lichev shot...@gmail.com wrote: Hi, Is there a way to tell the context suggester to display results for all the categories ? I