Re: MoreLikeThis does not work

2019-12-22 Thread Jörn Franke
It looks like you are trying to do a more like this of all documents in the collection. I am not sure if this makes sense. Maybe you should put a query that results in less results, eg one that returns a specific document. > Am 22.12.2019 um 13:40 schrieb Nehemia Litterat : > > Hi, > Any help

MoreLikeThis does not work

2019-12-22 Thread Nehemia Litterat
Hi, Any help will be appreciated Using solr 8.2 I created a core using ./solr create -c imported example docs using * curl 'http://localhost:32576/solr/playground/update?commit=true ' --data-binary @/home/vagrant/books.csv -H 'Content