On 18 May 2013 23:23, jignesh <js.vishava...@gmail.com> wrote: > I have install solr 3.5 > I would like to search words(Spanish words) like > > -> enseñé > -> étnico > -> castaño > -> después > > with ascent ñ,é etc. > > But solr is not search such words from index. [...]
Are you able to set up Solr, and search for English input? What encoding are you using for documents that you are sending to Solr? Are you properly encoding the query text? What container are you using to run Solr. With UTF-8 input for indexing and querying, and the built-in Jetty, searching for characters with Spanish accents should just work. Regards, Gora