I am using zeppelin to visualize the solr data, i am using this 3rd party interpreter (https://github.com/lucidworks/zeppelin-solr/).
Now the issue is, i have two versions of solr installed on two different containers like version 6 & 8.
But in Zeppeline Solr insterpreter, i can only have one BASEURL, where i can only access solr 6 or solr 8.
How to deal in this case?
I haven't fond any solution, but in worst case, i need to run zeppelin in two different containers to access the two different versions of Solr