Re: python for solr

From: Graham Hukill <ghukill_at_nyob>
Date: Wed, 31 Aug 2016 15:32:57 -0400
To: CODE4LIB_at_LISTS.CLIR.ORG
I'm going to throwout a library that hasn't been updated in awhile (couple
of years), and may or may not play nice with Solr versions > 4.x, but has
been a rock for us: mysolr.

Docs: http://mysolr.readthedocs.io/en/latest/
GitHub: https://github.com/RedTuna/mysolr

Something to be said for a client that just consistently makes it happen.

-Graham



On Wed, Aug 31, 2016 at 3:28 PM, Eric Lease Morgan <emorgan_at_nd.edu> wrote:

> On Aug 31, 2016, at 3:25 PM, Chris Gray <cpgray_at_UWATERLOO.CA> wrote:
>
> >> Okay, there are SO many Python libraries [1] for Solr, and I’d like to
> know which one is the most popular (not necessarily the “best”).
> >
> > What do you want to do with it?
> >
> > I didn't feel the need to even look for a Python library for my needs.
> I use Python to submit searches to the Solr web API and consume the results
> as JSON.
>
>
> Good question. I want to add documents to a Solr index, and I want to
> query the same index. Hmmm… —Eric M.
>
Received on Wed Aug 31 2016 - 15:33:43 EDT