Re: SolrCloud: published host/port

2016-03-28 Thread Hendrik Haddorp
Thanks, that seems to work. A bit more complicated then in ES but doable. Hendrik On 24/03/16 17:25, Tomás Fernández Löbbe wrote: > I believe this can be done by setting the "host" and "hostPort" elements in > solr.xml. In the default solr.xml they are configured in a way to support > also settin

Re: SolrCloud: published host/port

2016-03-24 Thread Tomás Fernández Löbbe
I believe this can be done by setting the "host" and "hostPort" elements in solr.xml. In the default solr.xml they are configured in a way to support also setting them via System properties: ${host:} ${jetty.port:8983} Tomás On Wed, Mar 23, 2016 at 11:26 PM, Hendrik Haddorp wrote: > Hi, > > is

Re: SolrCloud: published host/port

2016-03-24 Thread Shawn Heisey
On 3/24/2016 12:26 AM, Hendrik Haddorp wrote: > is it possible to instruct Solr to publish a different host/port into > ZooKeeper then it is actually running on? This is required if the Solr > node is not directly reachable on its port from outside due to a NAT > setup or when running Solr as a Doc

SolrCloud: published host/port

2016-03-23 Thread Hendrik Haddorp
Hi, is it possible to instruct Solr to publish a different host/port into ZooKeeper then it is actually running on? This is required if the Solr node is not directly reachable on its port from outside due to a NAT setup or when running Solr as a Docker container with a mapped port. For what its w