Skip to content

Commit

Permalink
Added notes to the 1.0.X docs about which version of Whoosh is suppor…
Browse files Browse the repository at this point in the history
…ted.
  • Loading branch information
toastdriven committed Nov 8, 2010
1 parent 21b8fb0 commit 716b4cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/backend_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Whoosh
* Term Boosting
* Stored (non-indexed) fields
* Highlighting
* Requires: whoosh
* Requires: whoosh (0.3.15 - 0.3.18 - *NOT* the 1.X releases)


+----------------+------------------------+---------------------+----------------+------------+----------+---------------+--------------+
Expand Down
11 changes: 9 additions & 2 deletions docs/installing_search_engines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,19 @@ Official Download Location: http://whoosh.ca/
Whoosh is pure Python, so it's a great option for getting started quickly and
for development, though it does work for small scale live deployments. With the
0.3.1+ releases, Whoosh has become much more performant, stable and better
tested. The current recommended version is 0.3.5+. You can install via PyPI_
tested. The current recommended version is 0.3.18. You can install via PyPI_
using::

sudo easy_install whoosh
# ... or ...
sudo pip install whoosh
sudo pip install whoosh==0.3.18

.. warning:
Haystack 1.0.X does *NOT* support the Whoosh 1.X releases as they are not API
compatible. The 1.X series is supported in Haystack's git master and will be
part of the 1.1 release. This is unlikely to be backported due to time
constraints.
Note that, while capable otherwise, the Whoosh backend does not currently
support "More Like This" or faceting.
Expand Down

0 comments on commit 716b4cd

Please sign in to comment.