Re: Filtering on a Field with Suggestion

2015-10-16 Thread Alessandro Benedetti
Yes, as Jan confirmed, I am sure it was not there in 5.3 :) Cheers On 16 October 2015 at 12:10, Jan Høydahl wrote: > Yesm > > Context filtering is a new feature in yet-to-be-released Solr5.4. > So you have to build branch_5x from source yourself to try it out. > > -- > Jan Høydahl, search solut

Re: Filtering on a Field with Suggestion

2015-10-16 Thread Jan Høydahl
Yesm Context filtering is a new feature in yet-to-be-released Solr5.4. So you have to build branch_5x from source yourself to try it out. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 16. okt. 2015 kl. 12.35 skrev Salman Ansari : > > Thanks for pointing out as I

Re: Filtering on a Field with Suggestion

2015-10-16 Thread Salman Ansari
Thanks for pointing out as I am using Solr cloud 5.3. However, it looks like they are talking about boolean operation in context field and not the support of context field itself. Are you sure that context filtering is not supported with any lookup prior to 5.4? On Oct 16, 2015 12:47 PM, "Alessandr

Re: Filtering on a Field with Suggestion

2015-10-16 Thread Alessandro Benedetti
This will sound silly, but which version of Solr are you using ? According to : https://issues.apache.org/jira/browse/SOLR-7888 This new cool feature will be included in solr 5.4 . Cheers On 15 October 2015 at 22:53, Salman Ansari wrote: > Hi guys, > > I am working with Solr suggester as explai

Filtering on a Field with Suggestion

2015-10-15 Thread Salman Ansari
Hi guys, I am working with Solr suggester as explained in this article. https://cwiki.apache.org/confluence/display/solr/Suggester The suggester is working fine but I want to filter the results based on a filed (which is type). I have tried to follow what was written at the end of the article (ab