Re: Recommended Python Library for Complex Querying?

2017-08-30 Thread Leonardo Perez Pulido
Hi,
Maybe this can help:
http://lucene.apache.org/pylucene/
Regards.


On Wed, Aug 30, 2017 at 2:44 AM, ron visbord  wrote:

> Hi all,
>
> I'm rebuilding the Solr part of my search engine in Python.
>
> I work with both Solr 5[.2.1] and 6[.3.0].
>
> I looked around but found no satisfactory python library to help me write
> queries. I come from SolrJ so I'm used to having classes for all types or
> queries.
>
> What would you say is the most "powerful" and up-to-date python library for
> Solr?
>
> Or will I be forced to hand-craft the lucene syntax?
>
> Thanks in advanced,
> Ron
>


Recommended Python Library for Complex Querying?

2017-08-30 Thread ron visbord
Hi all,

I'm rebuilding the Solr part of my search engine in Python.

I work with both Solr 5[.2.1] and 6[.3.0].

I looked around but found no satisfactory python library to help me write
queries. I come from SolrJ so I'm used to having classes for all types or
queries.

What would you say is the most "powerful" and up-to-date python library for
Solr?

Or will I be forced to hand-craft the lucene syntax?

Thanks in advanced,
Ron