You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue integrating banana with solr in embedded mode.
I've deployed and configured solr 7.3 in cloud mode and created a test collection called log-trace.
There are documents, I send them from logstash.
I am able to query it with the administrator web UI in solr (http://hostname:8983/solr/#/log-trace/query), my requests return the expected data with no errors.
I am also able to retrieve the list of collections by accessing URL http://hostname:8983/solr/admin/collections?action=LIST:
I've unzipped banana-fusion 2.4.0 into the webapp directory of solr and successfully opened the index page (http://hostname:8983/solr/banana/src/index.html#/dashboard).
Then in dashboard settings I tried both http://hostname:8983/solr/ and /solr/ as a Solr server field value along with log-trace collection name.
In any case I receive the following alert at the top of the page: No collections There were no collections returned from Solr.
I tried solr 5.0.0 with banana 1.6.0, cloud and standalone solr modes, installation on windows and centos and got the same result.
Does anyone have any thoughts on what am I doing wrong here?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I have an issue integrating banana with solr in embedded mode.
I've deployed and configured solr 7.3 in cloud mode and created a test collection called log-trace.
There are documents, I send them from logstash.
I am able to query it with the administrator web UI in solr (http://hostname:8983/solr/#/log-trace/query), my requests return the expected data with no errors.
I am also able to retrieve the list of collections by accessing URL http://hostname:8983/solr/admin/collections?action=LIST:
I've unzipped banana-fusion 2.4.0 into the webapp directory of solr and successfully opened the index page (http://hostname:8983/solr/banana/src/index.html#/dashboard).
Then in dashboard settings I tried both http://hostname:8983/solr/ and /solr/ as a Solr server field value along with log-trace collection name.
In any case I receive the following alert at the top of the page:
No collections There were no collections returned from Solr.
I tried solr 5.0.0 with banana 1.6.0, cloud and standalone solr modes, installation on windows and centos and got the same result.
Does anyone have any thoughts on what am I doing wrong here?
Thank you.
The text was updated successfully, but these errors were encountered: