Re: Indexing Searching MySQL table with Hindi and English data

2012-05-22 Thread KP Sanjailal
: Indexing Searching MySQL table with Hindi and English data Hi, Thank you so much for replying. The MySQL database server is running on a Fedora Core 12 Machine with Hindi Language Support enabled. Details of the database are - ENGINE=MyISAM and DEFAULT CHARSET=utf8 Data is imported using

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-22 Thread KP Sanjailal
@lucene.apache.org Subject: Indexing Searching MySQL table with Hindi and English data Hi, I tried to setup indexing of MySQL tables in Apache Solr 3.6. Everything works fine but text in Hindi script (only some 10% of total records) not getting indexed properly. A search

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-22 Thread Lance Norskog
To: solr-user@lucene.apache.org Subject: Indexing Searching MySQL table with Hindi and English data Hi, I tried to setup indexing of MySQL tables in Apache Solr 3.6. Everything works fine but text in Hindi script (only some 10% of total records) not getting indexed properly

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-22 Thread KP Sanjailal
: Thursday, May 17, 2012 5:55 AM To: solr-user@lucene.apache.org Subject: Indexing Searching MySQL table with Hindi and English data Hi, I tried to setup indexing of MySQL tables in Apache Solr 3.6. Everything works fine but text in Hindi script (only some 10% of total records

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-22 Thread Gora Mohanty
On 22 May 2012 12:07, KP Sanjailal kpsanjai...@gmail.com wrote: Hi, Thank you so much for replying. The MySQL database server is running on a Fedora Core 12 Machine with Hindi Language Support enabled.  Details of the database are - ENGINE=3DMyISAM and  DEFAULT CHARSET=3Dutf8 Data is

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-21 Thread KP Sanjailal
: Indexing Searching MySQL table with Hindi and English data Hi, I tried to setup indexing of MySQL tables in Apache Solr 3.6. Everything works fine but text in Hindi script (only some 10% of total records) not getting indexed properly. A search with keyword in Hindi retrieve emptly

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-21 Thread Jack Krupansky
To: solr-user@lucene.apache.org Subject: Re: Indexing Searching MySQL table with Hindi and English data Hi, Thank you so much for replying. The MySQL database server is running on a Fedora Core 12 Machine with Hindi Language Support enabled. Details of the database are - ENGINE=MyISAM and DEFAULT

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-19 Thread Lance Norskog
Sent: Thursday, May 17, 2012 5:55 AM To: solr-user@lucene.apache.org Subject: Indexing Searching MySQL table with Hindi and English data Hi, I tried to setup indexing of MySQL tables in Apache Solr 3.6. Everything works fine but text in Hindi script (only some 10% of total records

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-18 Thread KP Sanjailal
Thank you for your guidance. Actually, I am using Apache Solr with jetty 5.1. I will try to setup solr using tomcat incorporating the configuration suggested below by you. Thank you Sanjailal K P -- On Thu, May 17, 2012 at 7:24 PM, Ahmet Arslan iori...@yahoo.com wrote: A search with

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-18 Thread KP Sanjailal
Hi, Even after setting the URIEncoding=UTF-8 in the tomcat /conf/server.xml, indexing and search of Hindi characters doesn't work. The output furnished below: ?xml version=1.0 encoding=UTF-8 ? *-*http://192.168.0.132:8080/solr/select/?q=acc_no%3A+H-100version=2.2start=0rows=10indent=on#

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-18 Thread Gora Mohanty
On 18 May 2012 18:43, KP Sanjailal kpsanjai...@gmail.com wrote: Hi, Even after setting the URIEncoding=UTF-8 in the tomcat /conf/server.xml, indexing and search of Hindi characters doesn't work.  The output furnished below: [...] How are you indexing your data into Solr? Where does your

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-18 Thread Jack Krupansky
that has Hindi data and see if that works. -- Jack Krupansky -Original Message- From: KP Sanjailal Sent: Thursday, May 17, 2012 5:55 AM To: solr-user@lucene.apache.org Subject: Indexing Searching MySQL table with Hindi and English data Hi, I tried to setup indexing of MySQL tables

Re: Indexing Searching MySQL table with Hindi and English data

2012-05-17 Thread Ahmet Arslan
A search with keyword in Hindi retrieve emptly result set.  Also a retrieved hindi record displays junk characters. Could it be URIEncoding setting of your servlet container? http://wiki.apache.org/solr/SolrTomcat#URI_Charset_Config