Thanks for reply.
We are using Solr cloud mode[used zookeeper]. Generally, when we change in
schema or solrconfig then first we do upconfig command and then restart the
solr.
We have used classic schema factory.
below line in our solrconfig.xml
Is it not necessary to restart Solr server for Cl
On 11/22/21 2:24 AM, VIshal Patel wrote:
I am using Solr 6.1.0. In production environment I want to do schema change
without restarting Solr.
I have tried with http://1.1.1.1:7983/solr/admin/cores?action=RELOAD&core=forms
but It did not work.
(https://stackoverflow.com/questions/23782123/how-do
I would like also to add that is unlikely you can just switch to Solr 8.10
in an application that was meant to work with 3.x .
Of course, we don't know the migration approach you designed and
implemented(so I beg your pardon in case you have already done
the extensive analysis required) but those S
I think you have various approaches here:
1) using the block join hierarchical documents and the Children Query
parser (
https://solr.apache.org/guide/8_11/other-parsers.html#block-join-children-query-parser).
I have not played recently with multi-level hierarchy but should be doable
and to roll up
Have you uploaded the changes file to zookeeper (hoping you are using
solrcloud) ?
Once the changed schema is uploaded to zk , then you can reload the
collection either from admin UI or using the api.
On Mon, Nov 22, 2021 at 2:54 PM VIshal Patel
wrote:
> Hi
>
> I am using Solr 6.1.0. In produ
Hi
I am using Solr 6.1.0. In production environment I want to do schema change
without restarting Solr.
I have tried with http://1.1.1.1:7983/solr/admin/cores?action=RELOAD&core=forms
but It did not work.
(https://stackoverflow.com/questions/23782123/how-do-i-change-schema-xml-without-restarting