Fixes INDEX_SETTINGS docs.

This commit is contained in:
Bertrand Bordage 2017-10-19 14:37:52 +01:00 committed by Karl Hobley
parent 6514650aa4
commit 0f5640b212

View file

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