Skip to content

No collections There were no collections returned from Solr. #321

Description

@sbarinov

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:

"responseHeader":{
    "status":0,
    "QTime":0},
  "collections":["log-trace"]}

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions