How can I temporarily detach node from SolrCloud?

2015-04-16 Thread Oded Sofer
How can I detach node from SolrCloud (temporarily for maintenance and such and attach it back after some time). We are using SolrCloud 4.10.0; One Collection, and Shard per node. The add-index is routed to specific machine base on our customize routing logic (kind of hard-coded)

1:M connectivity

2015-04-16 Thread Oded Sofer
Given that the index are always routed to specific machine, is there a way to avoid connectivity from the node to all other node. We are using Solr 4.10; the Add/Update Index uses SolrCloud API and always added to the node that get API request for add-index (i.e., we are sending the add index

Re: 1:M connectivity

2015-04-16 Thread Oded Sofer
to Zookeeper and does the right thing. Best, Erick On Thu, Apr 16, 2015 at 7:19 AM, Oded Sofer odedso...@yahoo.com.invalid wrote: Given that the index are always routed to specific machine, is there a way to avoid connectivity from the node to all other node. We are using Solr 4.10

SolrCloud -- Blocking access to administration commands while keeping the solr internal communication

2015-03-26 Thread Oded Sofer
Hello there, There are many blogs discussing this issue but it is hard to find if someone had managed to resolve that. We have many nodes in the SolrCloud, implementing the iptable restriction will fill the iptable with many rules that will affect performance. We are using 4.3.10, on Tomcat

Re: [ANNOUNCE] Apache Solr 4.10.4 released

2015-03-05 Thread Oded Sofer
Hello Mike, How are you? This is Oded Sofer from IBM Guardium. We had moved to SolrCloud, I thought you may be able to help me find something. The Facet search is very slow, I do not know how to check what is the size of our facets (gb / count). Do you know how I can check

structuring

2014-08-14 Thread Oded Sofer
Hello  I am trying to indexed structured data, kind of event log (user, client, serverIP, time, etc.);  I would like to enable specific field search (e.g., user = John Smith) and free text search (e.g., John Smith).  I've tried to index each field seperately and all string together in another

Question

2014-08-14 Thread Oded Sofer
Hello We are implementing SolrCloud; we expect around ~200millions documents per node and 160-200 nodes. I looked on other references, seems like we are not the first to work with such volume. The indexing itself will be done locally (no distribution, each node-server indexes its own) The