瀏覽代碼

Correction of the names of numirals (#21531)

What was called Arabic numerals is actually Hindu - Eastern Arabic notation. And the Latin numerals you refer to is the Arabic numbers.
Achraf 9 年之前
父節點
當前提交
d81a928b1f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/analysis/anatomy.asciidoc

+ 2 - 2
docs/reference/analysis/anatomy.asciidoc

@@ -15,8 +15,8 @@ combined to define new <<analysis-custom-analyzer,`custom`>> analyzers.
 
 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.
 
 An analyzer may have *zero or more* <<analysis-charfilters,character filters>>,