Hi Ariel, On 6/16/2011 at 10:45 AM, Ariel wrote: > I have the following problem: I am using the spanish analyzer to index > and query, but due to I am using tinymce some charactes of the text are > changed codified in html, for example the text: "En espaƱa ... " it is > changed to "En españa" so I need a way to recodify that text to > make queries correctly.
HTMLStripCharFilterFactory, which strips out HTML tags, also converts named character entities like ñ to their equivalent character. Steve