Re: Query on stemming

2019-11-03 Thread Shubham Goswami
Hi Paras/Jorn Thanks for your support. I am using Solr version 7.5. I tried with SnowballPorterFilterFactory class and its working fine. Thanks for your help. On Fri, Nov 1, 2019 at 5:52 PM Paras Lehana wrote: > Hi Shubham, > > I am getting the ClassNotFoundException while indexing after makin

Re: Query on stemming

2019-11-01 Thread Paras Lehana
Hi Shubham, I am getting the ClassNotFoundException while indexing after making the > changes. - Please describe the error properly with full details. We need to see what is exactly causing ClassNotFoundException in the trace. - This seems to be a Java syntax error due to *EnglishP

Re: Query on stemming

2019-11-01 Thread Paras Lehana
Hey Jorn, Ok yes but I assumed that he is referring to a newer version as no version > was mentioned. You are right, this is probably the case! Shubham, have you just upgraded or is it the first time you are using the filter? Switch to Snowball and everything will be sorted. On Fri, 1 Nov 2019

Re: Query on stemming

2019-11-01 Thread Jörn Franke
Ok yes but I assumed that he is referring to a newer version as no version was mentioned > Am 01.11.2019 um 12:43 schrieb Paras Lehana : > > Hi Jorn, > > It looks to me that you write the name of the class wrongly. > > > *EnglishPorterFilterFactory* did exist in older Solr versions >

Re: Query on stemming

2019-11-01 Thread Paras Lehana
Hi Jorn, It looks to me that you write the name of the class wrongly. *EnglishPorterFilterFactory* did exist in older Solr versions . Since it was deprecated long ago, I think that's the reason it's no

Re: Query on stemming

2019-11-01 Thread Jörn Franke
https://lucene.apache.org/solr/guide/8_2/filter-descriptions.html It looks to me that you write the name of the class wrongly > Am 01.11.2019 um 11:12 schrieb Shubham Goswami : > > Hi Jorn > > Thanks for your response. > Following is my field type definition and i am getting the > ClassNotFou

Re: Query on stemming

2019-11-01 Thread Shubham Goswami
Hi Jorn Thanks for your response. Following is my field type definition and i am getting the ClassNotFoundException while indexing after making the changes. On Fri, Nov 1, 2019 at 2:10 PM Jörn Franke wrote: > Ho

Re: Query on stemming

2019-11-01 Thread Jörn Franke
How did you define the field type? Probably you have syntax errors there. I recommend to use the schema rest api instead of schema xml as it will give you better feedback on what is wrong and it allows you also better versioning of the schema in a source code repository. https://lucene.apache.o