Re: Solr 5.2.1 replication hangs possibly during segment merge after a delete operation

2019-01-29 Thread Ravi Prakash
and that blocks the replication after that... Ravi On 1/29/19, 4:44 AM, "Shawn Heisey" wrote: Sent by an external sender -- On 1/28/2019 5:39 PM, Ravi Prakash wrote: > I have a situation where I am trying to setup a once daily cro

Solr 5.2.1 replication hangs possibly during segment merge after a delete operation

2019-01-28 Thread Ravi Prakash
I have a situation where I am trying to setup a once daily cron job on the master node to delete old documents from the index based on our retention policy. I delete only 1days worth of data based on my schema which deletes couple of 1000 docs and not more. This is a test cluster and the doc co

Writing SolrPlugin example

2011-06-29 Thread Ravi Prakash
Is there a Solr plugin example similar to Nutch's( http://wiki.apache.org/nutch/WritingPluginExample) example? I found was a SolrPlugin(http://wiki.apache.org/solr/SolrPlugins) wiki page but it didn't have any example code. It would be helpful if there was a concrete example that would explain how