From 5dc85c25d9934139373346ab23e3b8fef611c909 Mon Sep 17 00:00:00 2001 From: Achraf Date: Tue, 10 Jan 2017 14:24:24 +0000 Subject: [PATCH] Hindu-Arabico-Latino Numerals (#22476) Hi, same edit as for : https://www.elastic.co/guide/en/elasticsearch/reference/current/analyzer-anatomy.html --- docs/reference/analysis/charfilters.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/analysis/charfilters.asciidoc b/docs/reference/analysis/charfilters.asciidoc index cd24f5bf571..47390fe0ae8 100644 --- a/docs/reference/analysis/charfilters.asciidoc +++ b/docs/reference/analysis/charfilters.asciidoc @@ -6,8 +6,8 @@ is passed to the <>. 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 `` from the stream.