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
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
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
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