On Wed, Jul 14, 2010 at 12:59 PM, Blargy wrote:
>
> Nevermind. Apparently my IDE (Netbeans) was set to "No encoding"... wtf.
> Changed it to UTF-8 and recreated the file and all is good now. Thanks!
>
>
fyi I created an issue with your example here:
https://issues.apache.org/jira/browse/SOLR-2003
Nevermind. Apparently my IDE (Netbeans) was set to "No encoding"... wtf.
Changed it to UTF-8 and recreated the file and all is good now. Thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Foreign-characters-question-tp964078p967058.html
Sent from the Solr - User mailing
How can I tell and/or create a UTF-8 synonyms file? Do I have to instruct
solr that this file is UTF-8?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Foreign-characters-question-tp964078p967037.html
Sent from the Solr - User mailing list archive at Nabble.com.
is your synonyms file in UTF-8 encoding?
On Wed, Jul 14, 2010 at 11:11 AM, Blargy wrote:
>
> Thanks for the reply but that didnt help.
>
> Tomcat is accepting foreign characters but for some reason when it reads
> the
> synonyms file and it encounters that character ñ it doesnt appear correctly
Thanks for the reply but that didnt help.
Tomcat is accepting foreign characters but for some reason when it reads the
synonyms file and it encounters that character ñ it doesnt appear correctly
in the Field Analysis admin. It shows up as �. If I query exactly for ñ it
will work but the synonyms
I had the same problem, the correction differs by which application server you
are using.
If it's Tomcat, try here: http://wiki.apache.org/solr/SolrTomcat near uri
charset.
I use glassfish, and I added this entry to the wiki after getting help from
this group: http://wiki.apache.org/solr/