Ah, didn't get that legacyCloud was related to bootstrap
Have a new script working without bootstrapping.
Thank you for your input!
On Mon, Feb 26, 2018 at 7:36 AM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> Bootstrapping is not broken but the default in Solr 7 is to set the cluster
Bootstrapping is not broken but the default in Solr 7 is to set the cluster
property legacyCloud=false which means that bootstrapped cores cannot
register new collections automatically anymore. If you want to rely on the
old behavior then you need to set the cluster property legacyCloud=true.
This
DBQ is something of a heavyweight action. Basically in order to
preserve ordering it has to lock out updates while it executes since
all docs (which may live on all shards) have to be deleted before
subsequent adds of one of the affected docs is processed. In order to
do that, things need to be loc
On 2/25/2018 1:28 PM, Peter Sturge wrote:
I was wondering if 7.2.1 solrj had native support for the
security/authentication endpoint? I couldn't find anything in the docs
about it, but maybe someone has some experience with it?
Note: This is about adding/deleting users on a solr instance using so
On 2/25/2018 2:10 PM, FiMko wrote:
Could you please help, for some reason my custom updateRequestProcessorChain
does not take any effect.
I am using Solr v.7.2.1 with two nodes.
I have the following schema:
In my solrconfig.xml I added:
I enabled TRACE logging for UpdateRequestProcessorChai
Also in the logs I can see that my custom "mychain" processor is registered
on both nodes:
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hello,
Could you please help, for some reason my custom updateRequestProcessorChain
does not take any effect.
I am using Solr v.7.2.1 with two nodes.
I have the following schema:
In my solrconfig.xml I added:
I enabled TRACE logging for UpdateRequestProcessorChain,
CloneFieldUpdateProcessorF
Hi,
I was wondering if 7.2.1 solrj had native support for the
security/authentication endpoint? I couldn't find anything in the docs
about it, but maybe someone has some experience with it?
Note: This is about adding/deleting users on a solr instance using solrj,
not authenticating (that is well do
Thank your for your reply.
I will take a look at both the code for bootstrapping, and look at what you
are suggesting to determine what to do.
On Sun, Feb 25, 2018 at 5:17 PM, Shawn Heisey wrote:
> On 2/24/2018 8:05 AM, Marvin Bredal Lillehaug wrote:
>
>> This is for doing local development and
On 2/24/2018 8:05 AM, Marvin Bredal Lillehaug wrote:
This is for doing local development and running tests.
So starting with embedded zookeeper in SolrCloud mode is intentional. The
idea is to just run the script setting up the folder structure for the
cores and everything is up and running, read
10 matches
Mail list logo