Amit, There is nothing in Solr to support lemmatization, but you could certainly write your own Token Filter that does lemmatization and configure Solr through schema.xml to use that filter. Of course, stemming may be good enough (info on the Wiki).
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: dabboo <ag...@sapient.com> > To: solr-user@lucene.apache.org > Sent: Monday, March 16, 2009 2:53:49 AM > Subject: Lemmatisation in Solr > > > Hi, > > I want to implement lemmatisation in solr search engine. Can someone please > let me know how to achieve the same. > > Thanks, > Amit Garg > -- > View this message in context: > http://www.nabble.com/Lemmatisation-in-Solr-tp22532678p22532678.html > Sent from the Solr - User mailing list archive at Nabble.com.