Re: Accessing Solr collections at different ports - Need help

2019-05-03 Thread Shawn Heisey
On 5/3/2019 12:52 AM, Salmaan Rashid Syed wrote: I say that the nodes are limited to 4 because when I launch Solr in cloud mode, the first prompt that I get is to choose number of nodes [1-4]. When I tried to enter 7, it says that they are more than 4 and choose a smaller number. That's the clo

Re: Accessing Solr collections at different ports - Need help

2019-05-03 Thread Jörn Franke
This is just the setup for an experimental cluster (generally it does also not make sense to have many instances on the same server). Once you have got more experience take a look at https://lucene.apache.org/solr/guide/7_7/taking-solr-to-production.html To see how to set up clusters. > Am 03.

Re: Accessing Solr collections at different ports - Need help

2019-05-02 Thread Salmaan Rashid Syed
Thanks Jorn for your reply. I say that the nodes are limited to 4 because when I launch Solr in cloud mode, the first prompt that I get is to choose number of nodes [1-4]. When I tried to enter 7, it says that they are more than 4 and choose a smaller number. *Thanks and Regards,* Salmaan Rashid

Re: Accessing Solr collections at different ports - Need help

2019-05-02 Thread Salmaan Rashid Syed
Thanks Walter, Since I am new to Solr and by looking at your suggestion, it looks like I am trying to do something very complicated and out-of-box capabilities of Solr. I really don't want to do that. I am not from Computer Science background and my specialisation is in Analytics and AI. Let me

Re: Accessing Solr collections at different ports - Need help

2019-05-02 Thread Jörn Franke
BTW why do you think that SolrCloud is limited to 4 nodes? More are for sure possible. > Am 03.05.2019 um 07:54 schrieb Salmaan Rashid Syed > : > > Hi Solr Users, > > I am using Solr 7.6 in cloud mode with external zookeeper installed at > ports 2181, 2182, 2183. Currently we have only one ser

Re: Accessing Solr collections at different ports - Need help

2019-05-02 Thread Jörn Franke
You can have dedicarse clusters per Client and/or you can protect it via Kerberos or Basic Auth or write your own authorization plugin based on OAuth. I am not sure why you want to offer this on different ports to different clients. > Am 03.05.2019 um 07:54 schrieb Salmaan Rashid Syed > : > >

Re: Accessing Solr collections at different ports - Need help

2019-05-02 Thread Walter Underwood
The best option is to run all the collections at the same port. Intra-cluster communication cannot be split over multiple ports, so this would require big internal changes to Solr. And what about communication that does not belong to a collection, like electing an overseer node? Why do you want

Accessing Solr collections at different ports - Need help

2019-05-02 Thread Salmaan Rashid Syed
Hi Solr Users, I am using Solr 7.6 in cloud mode with external zookeeper installed at ports 2181, 2182, 2183. Currently we have only one server allocated for Solr. We are planning to move to multiple servers for better sharing, replication etc in near future. Now the issue is that, our organisati