Hi Nick,
What I care most is the low-level stuff to work good (like cloud, retries,
zookeeper(i don't think that's needed for normal requests), maybe even
routing to the right core/replica?).
And your client looked best on an overview.
On Thu, Nov 24, 2016 at 10:07 PM, Nick Vasilyev
wrote:
> I
I am a comitter for
https://github.com/moonlitesolutions/SolrClient.
I think its pretty good, my aim with it is to provide several reusable
modules for working with Solr in python. Not just querying, but working
with collections indexing, reindexing, etc..
Check it out and let me know what you t
Hi searchers,
I see multiple clients for solr in python but each one looks like misses
many features. What I need is for at least the low-level api to work with
cloud (like retries on different nodes and nice exceptions). What is the
best that you use currently ?
Thank You!