Re: What do you use for solr's logging analysis?

2013-08-11 Thread Shreejay Nair
html > Sent from the Solr - User mailing list archive at Nabble.com. > -- -- Shreejay Nair Sent from my mobile device. Please excuse brevity and typos.

Re: commit vs soft-commit

2013-08-11 Thread Shreejay Nair
it-vs-soft-commit-tp4083817.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- -- Shreejay Nair Sent from my mobile device. Please excuse brevity and typos.

Re: SolrCloud setup - any advice?

2013-09-19 Thread Shreejay Nair
Hi Neil, Although you haven't mentioned it, just wanted to confirm - do you have soft commits enabled? Also what's the version of solr you are using for the solr cloud setup? 4.0.0 had lots of memory and zk related issues. What's the warmup time for your caches? Have you tried disabling the cache

Request to be added to ContributorsGroup

2013-05-13 Thread Shreejay Nair
Hello Wiki Admins, Request you to please add me to the ContributorsGroup. I have been using Solr for a few years now and I would like to contribute back by adding more information to the wiki Pages. Wiki User Name : Shreejay --Shreejay

Re: replication without automated polling, just manual trigger?

2013-05-15 Thread Shreejay Nair
You can disable polling so that the slave never polls the Master(In Solr 4.3 you can disable it from the Admin interface). . And you can trigger a replication using the HTTP API http://wiki.apache.org/solr/SolrReplication#HTTP_API or again, use the Admin interface to trigger a manual replication.