Skip to content

Commit e90972a

Browse files
committed
Clarified that the current supported version of Whoosh is the 1.1.1+ series. Thanks to glesica for the report & original patch!
1 parent c5f8f1a commit e90972a

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/backend_support.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Solr
3232
* Faceting
3333
* Stored (non-indexed) fields
3434
* Highlighting
35-
* Requires: pysolr (2.0.9+) & Solr 1.3+
35+
* Requires: pysolr (2.0.13+) & Solr 1.3+
3636

3737
Whoosh
3838
------
@@ -44,7 +44,7 @@ Whoosh
4444
* Term Boosting
4545
* Stored (non-indexed) fields
4646
* Highlighting
47-
* Requires: whoosh (0.3.15+)
47+
* Requires: whoosh (1.1.1+)
4848

4949
Xapian
5050
------

docs/installing_search_engines.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,19 @@ your ``SearchIndex`` classes (in this case, assuming the main field is called
8585
Whoosh
8686
======
8787

88-
Official Download Location: http://whoosh.ca/
88+
Official Download Location: http://bitbucket.org/mchaput/whoosh/
8989

9090
Whoosh is pure Python, so it's a great option for getting started quickly and
91-
for development, though it does work for small scale live deployments. With the
92-
0.3.1+ releases, Whoosh has become much more performant, stable and better
93-
tested. The current recommended version is 0.3.15+. You can install via PyPI_
94-
using::
91+
for development, though it does work for small scale live deployments. The
92+
current recommended version is 1.3.1+. You can install via PyPI_ using::
9593

9694
sudo easy_install whoosh
9795
# ... or ...
9896
sudo pip install whoosh
9997

10098
Note that, while capable otherwise, the Whoosh backend does not currently
101-
support "More Like This" or faceting.
99+
support "More Like This" or faceting. Support for these features has recently
100+
been added to Whoosh itself & may be present in a future release.
102101

103102
.. _PyPI: http://pypi.python.org/pypi/Whoosh/
104103

0 commit comments

Comments
 (0)