[
https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527319
]
Ian Holsman commented on SOLR-216:
----------------------------------
Hi.
I had a minor issue with UTF-8 encoded strings (for example שיווק )
my 'fix' for this was to encode the query string ala
params['q'] = q.encode('utf-8')
in the 2-3 places, and it fixed it.
I'm no python expert, so I'm not sure if this is right the thing to do or not.
> 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.py, solr.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.