Re: Suggester Issue

2016-07-08 Thread Alessandro Benedetti
Taking a look to the code, basically the context field act as the default field in a Standard Query Parser. Even if having multiple context fields seems to be supported when building the auxiliary suggester index, it doesn't seem to work at query time. If you specify the context only at query

Re: Suggester Issue

2016-07-07 Thread Rajesh Kapur
Hi, Any update on this? Could you please let me know is it possible to pass CFQ parameter on multiple fields? Thanks On Tue, Jul 5, 2016 at 9:40 AM, Rajesh Kapur wrote: > Hi, > > > > I tried to implement suggester using SOLR 6.0.1 with context field. PFB > the

Re: Suggester Issue

2016-07-06 Thread Rajesh Kapur
Hi I have reinstalled the solr and it is working fine now. Couple of issues I am facing now are: 1. Cfq parameter is expecting only brand-name as configured. So now if I hv special character like - in brandname I am not able to fetch the suggestion 2 I want to fetch the suggestion filtered on 2

Re: Suggester Issue

2016-07-06 Thread Alessandro Benedetti
>From a brief look to the config files it seems fine to me, but I didn't have the chance to try it. Have you checked that you have nothing in the Solr logs ? You can potentially need to debug. Cheers On Tue, Jul 5, 2016 at 10:10 AM, Rajesh Kapur wrote: > PFA the

Re: Suggester Issue

2016-07-05 Thread Rajesh Kapur
Hi, Thanks for the reply. Yes I am getting same result with and without suggest.cfq parameter. Thanks, Rajesh Kapur On Tue, Jul 5, 2016 at 2:08 PM, Alessandro Benedetti wrote: > Hi Rajesh, > I will take a look to your config as soon as I have 5 minutes, in the >

Re: Suggester Issue

2016-07-05 Thread Alessandro Benedetti
Hi Rajesh, I will take a look to your config as soon as I have 5 minutes, in the meantime, can you specify what is the output you get and what is the output you expect ? You simply don't get the filter applied ? Cheers On Tue, Jul 5, 2016 at 5:10 AM, Rajesh Kapur wrote:

Suggester Issue

2016-07-04 Thread Rajesh Kapur
Hi, I tried to implement suggester using SOLR 6.0.1 with context field. PFB the configuration we are using to implement suggester mySuggester AnalyzingInfixLookupFactory suggester_infixdata_dir DocumentDictionaryFactory SearchSuggestions