Try the Solr Admin UI Analysis page - enter text for both index and query
for your field and see whether the final terms still have their accents.
-- Jack Krupansky
-----Original Message-----
From: jignesh
Sent: Monday, May 20, 2013 10:46 AM
To: solr-user@lucene.apache.org
Subject: Re: Not able to search Spanish word with ascent in solr
Thanks for the reply..
I am send below type of xml to solr
<?xml version="1.0" encoding="UTF-8"?><add><doc>
<field name="id">15</field>
<field name="id_i">15</field>
<field name="name">Mis nuevos colgantes de PRIMARK</field>
<field name="features">&iquest;Alguna vez os hab&eacute;is pasado
por la zona de bisuter&iacute;a de PRIMARK? Cada vez que me doy una
vuelta y paso por delante no puedo evitar echar un vistazo a ver si
encuentro alg&uacute;n detallito mono. Colgantes, pendientes, pulseras,
diademas....tienen de todo y siempre est&aacute; bien de precio.
Hoy quer&iacute;a ense&ntilde;aros mis dos &uacute;ltimas
compras: dos colgantes, uno con forma de b&uacute;ho y otro con un robot
fashion. Y lo mejor es que s&oacute;lo me he gastado 5 euros.
&iquest;Qu&eacute; os parecen?
&iquest;Hab&eacute;is comprado alguna vez en esta tienda?
</field>
</doc>
I am giving below url
http://localhost:8983/solr/select/?q=étnico&indent=on&qf=name&qf=features&defType=edismax&start=0&rows=50&wt=json
waiting for reply
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-search-Spanish-word-with-ascent-in-solr-tp4064404p4064651.html
Sent from the Solr - User mailing list archive at Nabble.com.