Hi Anshum,
Thanks! By using Zookeeper CLI I managed to update the configs.
On Tue, Jun 19, 2018 at 6:29 PM Anshum Gupta wrote:
> That explains it :)
>
> I assume you did make those changes on disk and did not upload the updated
> configset to zookeeper.
>
> SolrCloud instances use the configset
That explains it :)
I assume you did make those changes on disk and did not upload the updated
configset to zookeeper.
SolrCloud instances use the configset from zk, so all changed files would have
to be uploaded to zk.
You can re-uplaod the configset using the zkcli.sh script that comes with
I reloaded the collection with the command:
http://localhost:8983/solr/admin/collections?action=RELOAD&name=documentos_ce
But stil the same problem...
On Tue, Jun 19, 2018 at 4:48 PM Monique Monteiro
wrote:
> Hi Anshum,
>
> I'm using SolrCloud, but both instances are on the same Solr installat
Hi Anshum,
I'm using SolrCloud, but both instances are on the same Solr installation
(it's just for test purposes), so I suppose they share configuration in
solr-7.3.1/server/solr/configsets/_default/conf/solrconfig.xml.
So should I recreate the collection ?
Thanks,
Monique
On Tue, Jun 19, 2018
Hi Monique,
Is this standalone Solr or SolrCloud ? If it is cloud, then you’d have to make
sure that you uploaded the right config and collection should also be reloaded
if you enabled it after creating the collection.
Also, did you check the MLT Query parser that does the same thing but doesn’
Hi all,
I'm trying to access /mlt in Solr, but the index returns HTTP 404 error.
I've already configured the following:
- /solr-7.3.1/server/solr/configsets/_default/conf/solrconfig.xml:
**
**
* _text_*
**
* *
AND
**
**
*list *
* *
* *
But none of