Param, Note that the original value will be stored even if ISOLatin1AccentFilter removes the accept for indexing / matching purposes.
Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ ----- Original Message ---- > From: "Sethi, Parampreet" <parampreet.se...@teamaol.com> > To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org> > Sent: Fri, October 8, 2010 11:33:02 AM > Subject: Accented Search in Solr > > Hi All, > > I am using Solr 1.3 in my project. Just wanted to know if there is any other >way by which below mentioned queries will return the same results: > > Gruyère-and-Zucchini > Gruyere-and-Zucchini > > The first query has accented characters in it. I was just going through the >Solr tokenizers and filter factories documentation, there is a filter factory >listed "solr.ISOLatin1AccentFilterFactory" that can be used to replace >accented >characters with their non-accented counterparts. > > Is there any other way to do this search which is independent of how data is >stored (whether in accented or non-accented form)? > > Thanks for the help. > > Regards, > param >