@@ -42,7 +42,7 @@ somewhere on your ``PYTHONPATH``.
42
42
43
43
.. note ::
44
44
45
- ``pysolr `` has it's own dependencies that aren't covered by Haystack. For
45
+ ``pysolr `` has its own dependencies that aren't covered by Haystack. For
46
46
best results, you should have an ElementTree variant install (preferably the
47
47
``lxml `` variant), ``httplib2 `` for timeouts (though it will fall back to
48
48
``httplib ``) and either the ``json `` module that comes with Python 2.5+ or
@@ -117,7 +117,7 @@ Official Download Location: http://www.elasticsearch.org/download/
117
117
118
118
Elasticsearch is Java but comes in a pre-packaged form that requires very
119
119
little other than the JRE. It's also very performant, scales easily and has
120
- an advanced featureset. Haystack requires at least version 0.17.7 (0.18.6 is
120
+ an advanced featureset. Haystack requires at least version 0.17.7 (0.20.2 is
121
121
current as of writing). Installation is best done using a package manager::
122
122
123
123
# On Mac OS X...
@@ -160,7 +160,7 @@ You'll also need an Elasticsearch binding: pyelasticsearch_ (**NOT**
160
160
161
161
.. note ::
162
162
163
- ``pyelasticsearch `` has it's own dependencies that aren't covered by
163
+ ``pyelasticsearch `` has its own dependencies that aren't covered by
164
164
Haystack. You'll also need ``requests `` & ``simplejson `` for speedier
165
165
JSON construction/parsing.
166
166
@@ -172,11 +172,8 @@ Official Download Location: http://bitbucket.org/mchaput/whoosh/
172
172
173
173
Whoosh is pure Python, so it's a great option for getting started quickly and
174
174
for development, though it does work for small scale live deployments. The
175
- current recommended version is 1.3.1+. You can install via PyPI _ using::
176
-
177
- sudo easy_install whoosh
178
- # ... or ...
179
- sudo pip install whoosh
175
+ current recommended version is 1.3.1+. You can install via PyPI _ using
176
+ ``sudo easy_install whoosh `` or ``sudo pip install whoosh ``.
180
177
181
178
Note that, while capable otherwise, the Whoosh backend does not currently
182
179
support "More Like This" or faceting. Support for these features has recently
0 commit comments