Skip to content

Commit a21de2d

Browse files
tomdysontoastdriven
authored andcommitted
Update docs/installing_search_engines.rst
grammar, Elasticsearch version and formatting consistency fixes.
1 parent 3f2ede1 commit a21de2d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/installing_search_engines.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ somewhere on your ``PYTHONPATH``.
4242

4343
.. note::
4444

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
4646
best results, you should have an ElementTree variant install (preferably the
4747
``lxml`` variant), ``httplib2`` for timeouts (though it will fall back to
4848
``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/
117117

118118
Elasticsearch is Java but comes in a pre-packaged form that requires very
119119
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
121121
current as of writing). Installation is best done using a package manager::
122122

123123
# On Mac OS X...
@@ -160,7 +160,7 @@ You'll also need an Elasticsearch binding: pyelasticsearch_ (**NOT**
160160

161161
.. note::
162162

163-
``pyelasticsearch`` has it's own dependencies that aren't covered by
163+
``pyelasticsearch`` has its own dependencies that aren't covered by
164164
Haystack. You'll also need ``requests`` & ``simplejson`` for speedier
165165
JSON construction/parsing.
166166

@@ -172,11 +172,8 @@ Official Download Location: http://bitbucket.org/mchaput/whoosh/
172172

173173
Whoosh is pure Python, so it's a great option for getting started quickly and
174174
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``.
180177

181178
Note that, while capable otherwise, the Whoosh backend does not currently
182179
support "More Like This" or faceting. Support for these features has recently

0 commit comments

Comments
 (0)