On 3/13/22 23:28, Sam Lee wrote:
By "standalone client", do you mean that I could use SolrJ on a separate
server where no Solr instance is running? i.e. use the client to
remotely connect to SolrCloud.

SolrJ is an inherent part of Solr.  But it is also a complete library by itself, which Java programmers can use to add Solr support to their programs.

By the way, the most popular Python client, pysolr, seems to support
SolrCloud mode. [1]

Be aware that all clients other than SolrJ are third-party -- not produced or maintained by the Solr project.  The pysolr client may be the most popular Python client ... I couldn't say because it was made by somebody else, not this project.  Nice that they support zookeeper connections ... I wasn't aware of that.

Thanks,
Shawn

Reply via email to