Im very new to Solr (4.10) and Banana. Here is my issue:
http://0.0.0.0:8983/solr/coll1/suggest?suggest=true&suggest.dictionary=store_primary&suggest.dictionary=stores_assoc&&suggest.dictionary=store_all&wt=json&suggest.q=foobar&suggest.build=true
HTTP ERROR 404, Problem accessing /solr/coll1/suggest. Reason: Not Found
Here is the full error message:
HTTP ERROR 404
Problem accessing /solr/coll1/suggest. Reason:
Not Found
I also tried with the default collection1 with sample data:
HTTP ERROR 404
Problem accessing /solr/collection1/select. Reason:
Not Found
Why can I no longer query the Solr instance behind the banana install? What am I missing? I made sure to populate coll1
with some sample data as well
I ended up dropping banana in the apache-tomcat-9.0.27/webapps/
folder instead of inside the Solr webapps directory as described here (https://github.com/lucidworks/banana) and it works now