I was able to resolve this. I had left out the trailing "/" from the filepath,
so Solr wasn't seeing it as a local directory.
On 11/19/19, 2:45 AM, "Dominique Bejean" wrote:
Hi Michael,
It seems Sorl really don't find any solrconfig.xml file or a
conf/solrconfig.xml file in th
lr and
>>> Zookeeper once and let it run. The API is a bit too much overhead for
>>> something we just set once.
>>>
>>> Mike
>>>
>>> -----Original Message-----
>>> From: Jörn Franke
>>> Sent: Tuesday, November 19, 2019 2:
t;> just set once.
>>
>> Mike
>>
>> -Original Message-
>> From: Jörn Franke
>> Sent: Tuesday, November 19, 2019 2:54 AM
>> To: solr-user@lucene.apache.org
>> Subject: Re: Zk upconfig command is appending local directory to default
>
e API is a bit too much overhead for something we just
> set once.
>
> Mike
>
> -Original Message-
> From: Jörn Franke
> Sent: Tuesday, November 19, 2019 2:54 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Zk upconfig command is appending local directory to
-user@lucene.apache.org
Subject: Re: Zk upconfig command is appending local directory to default confdir
I would use the config set API - it is more clean for production deployments
and you do not have to deal with the zkCli script:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lucene.apache.org_solr_gu
k upconfig command is appending local directory to default confdir
Hi Michael,
It seems Sorl really don't find any solrconfig.xml file or a
conf/solrconfig.xml file in the local path you specified. The last try is to
look in "/opt/solr-6.5.1/server/solr/configsets/", but obviously it do
I would use the config set API - it is more clean for production deployments
and you do not have to deal with the zkCli script:
https://lucene.apache.org/solr/guide/7_4/configsets-api.html
> Am 18.11.2019 um 15:48 schrieb Michael Becker :
>
> I’ve run into an issue when attempting to configure
Hi Michael,
It seems Sorl really don't find any solrconfig.xml file or a
conf/solrconfig.xml file in the local path you specified. The last try is
to look in "/opt/solr-6.5.1/server/solr/configsets/", but obviously it doesn't work has you didn't specify a
confiset name.
The code is here -
https:/