From 0f5640b2129df9bea66f72d3107a495d70baa411 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Thu, 19 Oct 2017 14:37:52 +0100 Subject: [PATCH] Fixes `INDEX_SETTINGS` docs. --- docs/topics/search/backends.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/topics/search/backends.rst b/docs/topics/search/backends.rst index 7ca60707f..148f76b80 100644 --- a/docs/topics/search/backends.rst +++ b/docs/topics/search/backends.rst @@ -149,11 +149,11 @@ Other than ``BACKEND``, the keys are optional and default to the values shown. A 'settings': { 'index': { 'number_of_shards': 1, - 'analysis': { - 'analyzer': { - 'default': { - 'type': 'italian' - } + }, + 'analysis': { + 'analyzer': { + 'default': { + 'type': 'italian' } } }