Fix french analyzer elision token filter doc

Fix #15774
This commit is contained in:
Damien Alexandre 2016-01-06 18:26:03 +01:00
parent 1959275622
commit 23a64f8214
1 changed files with 7 additions and 5 deletions

View File

@ -620,7 +620,9 @@ The `french` analyzer could be reimplemented as a `custom` analyzer as follows:
"filter": {
"french_elision": {
"type": "elision",
"articles": [ "l", "m", "t", "qu", "n", "s",
"articles_case": true,
"articles": [
"l", "m", "t", "qu", "n", "s",
"j", "d", "c", "jusqu", "quoiqu",
"lorsqu", "puisqu"
]