s a connection to Zookeeper and
> "does the right thing".
>
> Best,
> Erick
>
> On Thu, Apr 16, 2015 at 7:19 AM, Oded Sofer
> wrote:
> > Given that the index are always routed to specific machine, is there a way
> > to avoid connectivity from the node
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)
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 t
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 5
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 it?
On
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
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