ElasticSearch => Elasticsearch

pull/6433/head
Karl Hobley 2020-10-02 19:28:54 +01:00
rodzic 39d931d77d
commit 72ef7a73e8
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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: