Re: How to index correctly a text save with tinyMCE

2011-06-23 Thread Ariel
Steven A Rowe the solution you have proposed doesn't work, thanks anyway. Regards On 6/23/11, Steven A Rowe wrote: > Hi Ariel, > > On 6/23/2011 at 12:34 PM, Ariel wrote: >> But it still doesn't convert the code to the correct character, for >> instance: España must be converted to España

Re: How to index correctly a text save with tinyMCE

2011-06-23 Thread Marek Tichy
Or fix the problem at it's source, i think you need to google for entity_encoding : "raw" on tinyMCE. > Hi Ariel, > > On 6/23/2011 at 12:34 PM, Ariel wrote: > >> But it still doesn't convert the code to the correct character, for >> instance: España must be converted to España but it s

RE: How to index correctly a text save with tinyMCE

2011-06-23 Thread Steven A Rowe
Hi Ariel, On 6/23/2011 at 12:34 PM, Ariel wrote: > But it still doesn't convert the code to the correct character, for > instance: España must be converted to España but it still > remains as España. So it looks like your text processing tool(s) escape markup meta-characters (e.g.

Re: How to index correctly a text save with tinyMCE

2011-06-23 Thread Ariel
hawn Heisey [mailto:s...@elyograg.org] >> Sent: Thursday, June 16, 2011 1:32 PM >> To: solr-user@lucene.apache.org >> Subject: Re: How to index correctly a text save with tinyMCE >> >> On 6/16/2011 11:12 AM, Ariel wrote: >> > Thanks for your

RE: How to index correctly a text save with tinyMCE

2011-06-16 Thread Steven A Rowe
ctory Steve > -Original Message- > From: Shawn Heisey [mailto:s...@elyograg.org] > Sent: Thursday, June 16, 2011 1:32 PM > To: solr-user@lucene.apache.org > Subject: Re: How to index correctly a text save with tinyMCE > > On 6/16/2011 11:12 AM, Ariel wrote: > > Tha

Re: How to index correctly a text save with tinyMCE

2011-06-16 Thread Shawn Heisey
On 6/16/2011 11:12 AM, Ariel wrote: Thanks for your answer, I have just put the filter in my schema.xml but it doesn't work I am using solr 1.4 and my conf is: But it doesn't work in tomcat 6 logs I get this error: java.lang.ClassCastException: org.

Re: How to index correctly a text save with tinyMCE

2011-06-16 Thread Ariel
Thanks for your answer, I have just put the filter in my schema.xml but it doesn't work I am using solr 1.4 and my conf is: But it doesn't work in tomcat 6 logs I get this error: java.lang.ClassCastException: org.apache.solr.analysis.HTMLStripCharFilterFactor

RE: How to index correctly a text save with tinyMCE

2011-06-16 Thread Steven A Rowe
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

Re: How to index correctly a text save with tinyMCE

2011-06-16 Thread Ariel
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 correctl

Re: How to index correctly a text save with tinyMCE

2011-06-15 Thread Erick Erickson
Please review this page: http://wiki.apache.org/solr/UsingMailingLists You haven't stated what your problem is. Some examples of what your inputs and desired outputs are would be helpful Meanwhile, see this page: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters but that's a wild gu