@@ -117,8 +117,8 @@ 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.20.2 is
121
- current as of writing). Installation is best done using a package manager::
120
+ an advanced featureset. Haystack requires at least version 0.90.0+.
121
+ Installation is best done using a package manager::
122
122
123
123
# On Mac OS X...
124
124
brew install elasticsearch
@@ -130,7 +130,7 @@ current as of writing). Installation is best done using a package manager::
130
130
elasticsearch -f -D es.config=<path to YAML config>
131
131
132
132
# Example:
133
- elasticsearch -f -D es.config=/usr/local/Cellar/elasticsearch/0.17.7 /config/elasticsearch.yml
133
+ elasticsearch -f -D es.config=/usr/local/Cellar/elasticsearch/0.90.0 /config/elasticsearch.yml
134
134
135
135
You may have to alter the configuration to run on ``localhost `` when developing
136
136
locally. Modifications should be done in a YAML file, the stock one being
@@ -172,7 +172,7 @@ 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
175
+ current recommended version is 1.3.1+. You can install via PyPI _ using
176
176
``sudo easy_install whoosh `` or ``sudo pip install whoosh ``.
177
177
178
178
Note that, while capable otherwise, the Whoosh backend does not currently
0 commit comments