You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by R M <ki...@hotmail.com> on 2012/02/15 20:12:59 UTC

problem with accents


Hi,
I've got a problem with the configuration of solr. 
I have defined a new type of data : "text_fr" to use accent like "é à è". I have added this on my fieldtype definition : <filter class="solr.ISOLatin1AccentFilterFactory"/>
Everything seems to be ok, data are well added. But when I'm going to this adress :  http://localhost:8983/solr/admin to make a research there is a problem.
If I search "cherche" and "cherché" the results are differents although they should be the same, isn't it?
Thank you guys
Romain 
 		 	   		  

Re: problem with accents

Posted by Erick Erickson <er...@gmail.com>.
Did you specify the correct field with the search? If you just
specified entered the
word in the  search box without the field, the search would be made against
your default search field (defined in schema.xml).

If you go to the "full interface" link on the admin page, you can then click
the debug:enable checkbox which will give you a lot more information
about what the parsed query looks like..

Best
Erick

On Wed, Feb 15, 2012 at 2:12 PM, R M <ki...@hotmail.com> wrote:
>
>
> Hi,
> I've got a problem with the configuration of solr.
> I have defined a new type of data : "text_fr" to use accent like "é à è". I have added this on my fieldtype definition : <filter class="solr.ISOLatin1AccentFilterFactory"/>
> Everything seems to be ok, data are well added. But when I'm going to this adress :  http://localhost:8983/solr/admin to make a research there is a problem.
> If I search "cherche" and "cherché" the results are differents although they should be the same, isn't it?
> Thank you guys
> Romain
>