Skip to content

Commit 74f73a1

Browse files
committed
Updated the pysolr dependency docs & added a debugging note about boost support.
1 parent 8047d97 commit 74f73a1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/debugging.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,12 @@ change your URL.
143143

144144
This can also be caused when using old versions of pysolr (2.0.9 and before),
145145
using httplib2 and including a trailing slash in your ``HAYSTACK_SOLR_URL``.
146-
Please upgrade your version of pysolr.
146+
Please upgrade your version of pysolr (2.0.13+).
147+
148+
149+
"Got an unexpected keyword argument 'boost'"
150+
============================================
151+
152+
This is a Solr-specific traceback. This can also be caused when using old
153+
versions of pysolr (2.0.12 and before). Please upgrade your version of
154+
pysolr (2.0.13+).

docs/installing_search_engines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You'll need to revise your schema. You can generate this from your application
2525
it in ``apache-solr-1.3.0/example/solr/conf/schema.xml``. Then restart Solr.
2626

2727
You'll also need a Solr binding, ``pysolr``. The official ``pysolr`` package,
28-
distributed via PyPI, is the best version to use (2.0.9+). Place ``pysolr.py``
28+
distributed via PyPI, is the best version to use (2.0.13+). Place ``pysolr.py``
2929
somewhere on your ``PYTHONPATH``.
3030

3131
.. note::

0 commit comments

Comments
 (0)