update docs for #1255

This commit is contained in:
Matt Westcott 2015-06-26 16:34:00 +01:00
parent 66e6c58b5b
commit 9bbbe53223

View file

@ -84,7 +84,7 @@ The backend is configured in settings:
WAGTAILSEARCH_BACKENDS = {
'default': {
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch',
'URLS': ['http://localhost:9200'],
'INDEX': 'wagtail',
'TIMEOUT': 5,