Re: Feedback/Review Requested: "Official" Solr Python Client

2023-10-30 Thread Dmitri Maziuk
On 10/30/23 15:16, Jason Gerlowski wrote: Probably worth mentioning that the Python client in the linked PR currently only supports admin APIs - so it's a much better option for e.g. some workflow code that needs to manage collections than it is for actual search and indexing at this point. We'r

Re: Feedback/Review Requested: "Official" Solr Python Client

2023-10-30 Thread Jason Gerlowski
Probably worth mentioning that the Python client in the linked PR currently only supports admin APIs - so it's a much better option for e.g. some workflow code that needs to manage collections than it is for actual search and indexing at this point. We're hoping to expand to cover more than just a

Feedback/Review Requested: "Official" Solr Python Client

2023-10-30 Thread Jason Gerlowski
Hi all, On the development side of Solr I've been experimenting with creating API clients in different programming languages. These might not end up being as feature-rich as SolrJ (e.g. topology-aware routing, etc.), but the hope is that they'd give users a solid entry-point for interacting with