solrpy icon indicating copy to clipboard operation
solrpy copied to clipboard

Automatically exported from code.google.com/p/solrpy

Results 24 solrpy issues
Sort by recently updated
recently updated
newest added

Hello, We've been indexing with `Solr.add_many` successfully for a few years, but after an update to 1.0.0 we noticed our logs contained a copy of all documents. It seems that...

Starting from Solr 7.0 this parameter is very essential as `defaultOperator` was dropped from the schema. Because of the dot in the name, it is not easy and straightforward to...

This is extremely dangerous when processing field settings from untrusted sources: https://github.com/search5/solrpy/blob/master/solr/core.py#L1116 For Open ONI, we're considering just forking the repo to avoid this problem. A simple prototype has verified...

Seems that the UTF-8 name Otis Gospodnetić causes a problem for the Unicode Decoder as it doesn't know what to do with the c with the acute accent. Possible fix:...

unicode is not good for some class, like Decimal, unicode will convert it to "Decimal xxx",but not pure number string. This could cause error. However it can be solved by...

Using solrpy 0.9.9, Python 3.7.1: There is an issue with the text encoding for http authentication in this version. When creating a solr object, e.g. `solr.Solr(baseURL, http_user=httpuser, http_pass=httppass)`, core.py produces...

>==========================================================> --- 'ascii' codec can't decode byte 0xd0 in position 87: ordinal not in range(128) --- Traceback (most recent call last): File "c:\Python27\lib\site-packages\solr\core.py", line 334, in wrapper return self._update(content, query)...

If yes how? I see here https://github.com/edsu/solrpy/blob/ae72fb90b100090328aab1949ba978b1717795f5/solr/core.py#L52 it seems possible but I take the ssl_key it seems, anyway I export what is seems the ssl_cert an put it into a...

Mark Redar's change to sorlpy that we needed for the portal project demo Without this, hit highlighting didn't work for paginated pages