java - How to query using CloudSorlServer - Stack Overflow
You'll need to tell CloudSolrServer which collection you want to query.
You can do this by setting it with setDefaultCollection
:
solr.setDefaultCollection("foobar");
Read full article from java - How to query using CloudSorlServer - Stack Overflow
No comments:
Post a Comment