mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
Fixes INDEX_SETTINGS docs.
This commit is contained in:
parent
6514650aa4
commit
0f5640b212
1 changed files with 5 additions and 5 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue