Hi, Maybe this can help: http://lucene.apache.org/pylucene/ Regards.
On Wed, Aug 30, 2017 at 2:44 AM, ron visbord <ronvisb...@gmail.com> 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 >