I think you want this in your analysis chain: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.ASCIIFoldingFilterFactory
-Yonik http://www.lucidimagination.com On Mon, Nov 15, 2010 at 9:02 AM, lucjoel <[email protected]> wrote: > > Hi, > > Can someone tell me if it is possible to get results for the same search > term, with one containing accented characters and the other not? > > For instance, searching for "Jøller" should return the same results as > "Joller" and vice versa. > > I am indexing using type="text" and can see the indexed (via solr admin) > value containing the ø character and I whilst I can get results for > "Jøller", I get none for "Joller". > > Thanks, > -- > View this message in context: > http://lucene.472066.n3.nabble.com/special-characters-indexing-searching-tp1904492p1904492.html > Sent from the Lucene - General mailing list archive at Nabble.com. >
