[ 
https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622470#action_12622470
 ] 

Dariusz Suchojad commented on SOLR-216:
---------------------------------------

I just checked solr.py with 1.3 (r685786) and, except for the one mentioned
above, all tests pass correctly. However, I would like to add some more tests
before merging features from other places, replacing xml.sax with etree/lxml
or use some other Python 2.5 niceties. One thing I still don't know what
to do about though is batch updating, I can't get it working right now,
and I'm still not sure what it is good for, hence it's hard for me to come up
with some good test cases here before trying to fix it :-)

> Improvements to solr.py
> -----------------------
>
>                 Key: SOLR-216
>                 URL: https://issues.apache.org/jira/browse/SOLR-216
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - python
>    Affects Versions: 1.2
>            Reporter: Jason Cater
>            Assignee: Mike Klaas
>            Priority: Trivial
>         Attachments: solr-solrpy-r5.patch, solr.py, solr.py, solr.py, 
> solr.py, test_all.py
>
>
> I've taken the original solr.py code and extended it to include higher-level 
> functions.
>   * Requires python 2.3+
>   * Supports SSL (https://) schema
>   * Conforms (mostly) to PEP 8 -- the Python Style Guide
>   * Provides a high-level results object with implicit data type conversion
>   * Supports batching of update commands

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to