Re: MoreLikeThis in Solr 7.3.1

2018-06-20 Thread Monique Monteiro
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

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Anshum Gupta
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

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Monique Monteiro
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

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Monique Monteiro
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

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Anshum Gupta
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’

MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Monique Monteiro
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