Re: Solr reports: "Can not read response from server" when running import

2012-10-17 Thread Romita Saha
Hi Shawn, Thanks a lot for your guidance. I can import the database successfully now. Thanks once again. Regards, Romita Saha From: Shawn Heisey To: solr-user@lucene.apache.org, Date: 10/17/2012 09:49 PM Subject:Re: Solr reports: "Can not read response from server&

Re: Solr reports: "Can not read response from server" when running import

2012-10-17 Thread Shawn Heisey
On 10/17/2012 12:29 AM, Romita Saha wrote: Hi Dave, I followed your guidance and loaded my database in MySQL. Presently the url reads like this: url = "jdbc:mysql://localhost:8983/var/lib/mysql/camerasys" The bin address in my.cnf file is : bind-address = 127.0.0.1 However the issue still per

Re: Solr reports: "Can not read response from server" when running import

2012-10-16 Thread Romita Saha
solr-user@lucene.apache.org, Date: 10/15/2012 07:03 PM Subject: Re: Solr reports: "Can not read response from server" when running import Hi Romita, On 15 Oct 2012, at 11:46, Romita Saha wrote: > Thank you for your prompt reply. The name of the database am using is >

Re: Solr reports: "Can not read response from server" when running import

2012-10-15 Thread Dave Meikle
Hi Romita, On 15 Oct 2012, at 11:46, Romita Saha wrote: > Thank you for your prompt reply. The name of the database am using is > sampledatabase.sql and it is located in home/demo/snp-comm folder. Hence I > have specified the url as > > url="jdbc:mysql://localhost:8983/home/demo/snp-comm/s

Re: Solr reports: "Can not read response from server" when running import

2012-10-15 Thread Romita Saha
lease specify which conf file i need to look into? Thanks and regards, Romita From: Dave Meikle To: solr-user@lucene.apache.org, Date: 10/15/2012 06:24 PM Subject: Re: Solr reports: "Can not read response from server" when running import Hi, On 15 Oct 2012, at 11:

Re: Solr reports: "Can not read response from server" when running import

2012-10-15 Thread Dave Meikle
Hi, On 15 Oct 2012, at 11:02, Romita Saha wrote: > My dataconfig.xml file looks like the following : > > - > url="jdbc:mysql://localhost:8983/home/demo/snp-comm/sampledatabase" /> > - > - > > > > The error information means that the connection wasn't accepted by the server. I

Solr reports: "Can not read response from server" when running import

2012-10-15 Thread Romita Saha
Hi, I am trying to import a mysql database : sampledatabase. When I run the full import command http://localhost:8983/solr/db/dataimport?command=full-import in the browser, I get the following error in the terminal after about 1 minute. Oct 16, 2012 3:49:20 PM org.apache.solr.core.SolrCore e

Re: Solr Reports

2010-08-16 Thread Lance Norskog
Analysis of the indexed data has to be done with your own custom queries. The Solr logs include the query string, number of documents found and query time. You'll have to code your own tool for this. On Mon, Aug 16, 2010 at 1:08 AM, Karthik K wrote: > Lucidgaze might help. > > Karthik > -- L

Re: Solr Reports

2010-08-16 Thread Karthik K
Lucidgaze might help. Karthik

Solr Reports

2010-08-13 Thread Samuel Lopes Grigolato
Hi, What is the best way to extract report information of a Solr server, like indexing statistics (taxonomy, documents without any category, etc), and search statistics (common queries, zero-result queries, etc) ? Will I need to code such things in custom processors/search handlers? Thanks, Samue