[docs] fix typo in language analyzer docs

This commit is contained in:
Nik Everett 2014-09-03 15:05:30 -04:00 committed by Alexander Reelsen
parent 9646083c5a
commit 7bcd09a134
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@ The `latvian` analyzer could be reimplemented as a `custom` analyzer as follows:
"type": "keyword_marker", "type": "keyword_marker",
"keywords": [] <2> "keywords": [] <2>
}, },
"italian_stemmer": { "latvian_stemmer": {
"type": "stemmer", "type": "stemmer",
"language": "latvian" "language": "latvian"
} }