Hello All.
I'm a newbie in Solr and I saw this subject a lot, but no one answer was
satisfactory or (probably) I don't know how to properly set up the Solr
environment.
I indexed documents in Solr with a French content field. I used the field
type "text_fr" that comes with the solr schema.xml file.

<field name="content" type="text_fr" indexed="true" stored="true" />

My spellchecker is almost the same that comes with solrconfig.xml:

    <lst name="spellchecker">
      <str name="name">default</str>
      <str name="field">content</str>
      <str name="spellcheckIndexDir">spellchecker</str>
      
      
    </lst>

When I try any search query either with words with accent or not, I get the
results pretty fine.
But if I try the spell checking or even a facet query, it looks like Solr is
ignoring the words with accents.
I Google it a lot I could not find any satisfactory fix.

Can anyone give me a help?

Thank you!


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Accent-Characters-tp3985931.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to