Hindu-Arabico-Latino Numerals (#22476)

Hi, same edit as for : https://www.elastic.co/guide/en/elasticsearch/reference/current/analyzer-anatomy.html
This commit is contained in:
Achraf 2017-01-10 14:24:24 +00:00 committed by Clinton Gormley
parent 081c1ad416
commit 5dc85c25d9
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ is passed to the <<analysis-tokenizers,tokenizer>>.
A character filter receives the original text as a stream of characters and
can transform the stream by adding, removing, or changing characters. For
instance, a character filter could be used to convert Arabic numerals
(٠‎١٢٣٤٥٦٧٨‎٩‎) into their Latin equivalents (0123456789), or to strip HTML
instance, a character filter could be used to convert Hindu-Arabic numerals
(٠‎١٢٣٤٥٦٧٨‎٩‎) into their Arabic-Latin equivalents (0123456789), or to strip HTML
elements like `<b>` from the stream.