Re: Solr master slave error

2016-03-13 Thread shahper
Yes there is a section like this but i haven’t mention solrconfig.xml in that. One more thing I have noticed Its not replicating immediately it getting replicating after one or two days. Shahper On Monday 14 March 2016 12:30 AM, Erick Erickson wrote: You probably have a section like this in

Solr master slave error

2016-03-13 Thread shahper
Hi, There is a error I am getting in solr master slave . While replication My solrconfig.xml file also get replicated due to which slave side replication entry get over written to master side in slave server. Due to which replication stop . Shahper

Re: error while running query on solr slave

2015-09-13 Thread shahper
}} On Thursday 10 September 2015 09:32 PM, shahper wrote: Sorry for late reply. I am facing one more issue now. 1. When I am shutting down my master and start working with my slave. I am not able to fetch any data.As I can check data folder in my core its same as master. but then also I am

Re: error while running query on solr slave

2015-09-10 Thread shahper
at is the query you're sending? Does the slave start up without error? Best, Erick On Wed, Sep 9, 2015 at 3:44 AM, shahper wrote: Hi , I haves setup master slave solr version 5.2.1. I have done indexing on master . And replication is done. When I am trying to

error while running query on solr slave

2015-09-09 Thread shahper
Hi , I haves setup master slave solr version 5.2.1. I have done indexing on master . And replication is done. When I am trying to run any query on slave its showing me error its not running. Shahper

Re: Not able to get logging in solr

2015-09-07 Thread shahper
failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: Could not load driver: com.mysql.jdbc.Driver Processing Document # 1 Shahper On Thursday 03 September 2015 08:58 PM, Erick Erickson wrote: If you insist on using Tomcat, the log is often in

Re: Not able to get logging in solr

2015-09-07 Thread shahper
failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: Could not load driver: com.mysql.jdbc.Driver Processing Document # 1 Shahper On Thursday 03 September 2015 08:58 PM, Erick Erickson wrote: If you insist on using Tomcat, the log is often in

Re: Not able to get logging in solr

2015-09-03 Thread shahper
On Thursday 03 September 2015 05:48 PM, Upayavira wrote: On Thu, Sep 3, 2015, at 11:32 AM, shahper wrote: Hi, I have setup solr when I am clicking on logging there nothing coming. Its just showing loading. Have a look in your browser's developer tools and see what happens to the reques

Not able to get logging in solr

2015-09-03 Thread shahper
Hi, I have setup solr when I am clicking on logging there nothing coming. Its just showing loading. Shahper

Re: Connect and sync two solr server

2015-09-01 Thread shahper
+SolrCloud A different way of accomplishing this would be the master/slave style, see: https://cwiki.apache.org/confluence/display/solr/Index+Replication -- Shahper Jamil System Administrator Tel: +91 124 4548383 Ext- 1033 UK: +44 845 0047 142 Ext- 5133 TBS Website <h

Connect and sync two solr server

2015-08-26 Thread shahper
Hi, I want to connect two solrcloud server. and sync there indexes to each other so that is any server is down we can work with other and whenever I update or add index in any server the other also get updated. shahper