Re: Accented Search in Solr

2010-10-12 Thread Chris Hostetter
: Subject: Accented Search in Solr : References: : In-Reply-To: http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if you change the

Re: Accented Search in Solr

2010-10-08 Thread Otis Gospodnetic
rom: "Sethi, Parampreet" > To: "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

Re: Accented Search in Solr

2010-10-08 Thread Erick Erickson
not that I know of. Do note that whether the query has the accent filter active or not MUST be matched with the index-time filter. In other words, if you indexed with the filter but search without it or vice-versa you won't get the resultsyou expect. Also note that no matter what, the original tex

Accented Search in Solr

2010-10-08 Thread Sethi, Parampreet
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 fi