From 72ef7a73e81dea91e9ef4f85886b997239598924 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 2 Oct 2020 19:28:54 +0100 Subject: [PATCH] ElasticSearch => Elasticsearch --- docs/releases/0.4.1.rst | 2 +- docs/topics/search/indexing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/0.4.1.rst b/docs/releases/0.4.1.rst index 802a555afe..01154e6b60 100644 --- a/docs/releases/0.4.1.rst +++ b/docs/releases/0.4.1.rst @@ -5,5 +5,5 @@ Wagtail 0.4.1 release notes Bug fixes ~~~~~~~~~ - * ElasticSearch backend now respects the backward-compatible URLS configuration setting, in addition to HOSTS + * Elasticsearch backend now respects the backward-compatible URLS configuration setting, in addition to HOSTS * Documentation fixes diff --git a/docs/topics/search/indexing.rst b/docs/topics/search/indexing.rst index 59aca61d44..d391820497 100644 --- a/docs/topics/search/indexing.rst +++ b/docs/topics/search/indexing.rst @@ -112,7 +112,7 @@ Options - **partial_match** (``boolean``) - Setting this to true allows results to be matched on parts of words. For example, this is set on the title field by default, so a page titled ``Hello World!`` will be found if the user only types ``Hel`` into the search box. - **boost** (``int/float``) - This allows you to set fields as being more important than others. Setting this to a high number on a field will cause pages with matches in that field to be ranked higher. By default, this is set to 2 on the Page title field and 1 on all other fields. - - **es_extra** (``dict``) - This field is to allow the developer to set or override any setting on the field in the ElasticSearch mapping. Use this if you want to make use of any ElasticSearch features that are not yet supported in Wagtail. + - **es_extra** (``dict``) - This field is to allow the developer to set or override any setting on the field in the Elasticsearch mapping. Use this if you want to make use of any Elasticsearch features that are not yet supported in Wagtail. .. _wagtailsearch_index_filterfield: