Re: Solr Cloud on Docker?

2019-12-22 Thread Dwane Hall
Hey Walter, I recently migrated our Solr cluster to Docker and am very pleased I did so. We run relativity large servers and run multiple Solr instances per physical host and having managed Solr upgrades on bare metal installs since Solr 5, containerisation has been a blessing (currently Solr 7

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