I don't understand, when the user search for perequê you want the results for perequê and pereque?
If thats the case, any field type with ISOLatin1AccentFilterFactory should work. The accent should be removed at index time and at query time (Make sure the filter is being applied on both cases). Tomás ________________________________ De: Claudio Devecchi <cdevec...@gmail.com> Para: Lista Solr <solr-user@lucene.apache.org> Enviado: miércoles, 10 de noviembre, 2010 15:16:24 Asunto: Search with accent Hi all, Somebody knows how can I config my solr to make searches with and without accents? for example: pereque and perequê When I do it I need the same result, but its not working. tks --