Re: Solr File based spellchecker is not returning expected result

2018-09-15 Thread Rajdeep Sahoo
can anyone please help me regarding spell checking issue what I have mentioned? On Thu, Sep 13, 2018 at 12:31 AM Rajdeep Sahoo wrote: > Hi , > I am using solr 4.6 version. > My document is having a "iphone 7" but when I am searching with with > "iphone7" I am getting the result because here word

Re: Solr File based spellchecker is not returning expected result

2018-09-12 Thread Rajdeep Sahoo
Another ask is , how can I use multiple spellchecker at the same time based on condition Currently we are using two spellchecker [spellcheck.dictionary= wordbreak , spellcheck.dictionary=en ] If wordbreak dictionary is having suggesion it will make a second call for fethching the result and in

Solr File based spellchecker is not returning expected result

2018-09-12 Thread Rajdeep Sahoo
Hi , I am using solr 4.6 version. My document is having a "iphone 7" but when I am searching with with "iphone7" I am getting the result because here worddelimiterfilterfactory is taking care by slipt on numerics functionality. (Iphone7-->iphone 7) But I want solr to return a spellcheck suggestio