Re: Stemming in Solr

2009-03-20 Thread Chris Hostetter
: Can someone please let me know how to implement stemming in solr. I am : particularly looking of the changes, I might need to do in the config files : and also if I need to use some already supplied libraries/factories etc etc. i would start by searching the wiki and email archives for stemmin

Re: Stemming in Solr

2009-03-04 Thread Lukáš Vlček
May be you can also check http://wiki.apache.org/solr/AnalyzersTokenizersTokenFiltersStemming is discussed there... On Wed, Mar 4, 2009 at 1:18 PM, Lukáš Vlček wrote: > Hi, > did you check Snowball stemmers (http://snowball.tartarus.org/)? > > Regards, > Lukas > > > On Wed, Mar 4, 2009 at 1:12 P

Re: Stemming in Solr

2009-03-04 Thread Lukáš Vlček
Hi, did you check Snowball stemmers (http://snowball.tartarus.org/)? Regards, Lukas On Wed, Mar 4, 2009 at 1:12 PM, dabboo wrote: > > Hi, > > I am trying to implement stemming in solr. If user searches for walk then > all the records which have walk, walking, walks, walked etc should display. >