Parcourir la source

[DOCS] Modifies page titles for improving SEO. (#134895)

István Zoltán Szabó il y a 3 semaines
Parent
commit
53d644fd73

+ 1 - 2
docs/reference/elasticsearch-plugins/_reimplementing_and_extending_the_analyzers.md

@@ -3,7 +3,7 @@ mapped_pages:
   - https://www.elastic.co/guide/en/elasticsearch/plugins/current/_reimplementing_and_extending_the_analyzers.html
 ---
 
-# Reimplementing and extending the analyzers [_reimplementing_and_extending_the_analyzers]
+# Reimplementing and extending the `smartcn` analyzer [_reimplementing_and_extending_the_analyzers]
 
 The `smartcn` analyzer could be reimplemented as a `custom` analyzer that can then be extended and configured as follows:
 
@@ -25,4 +25,3 @@ PUT smartcn_example
   }
 }
 ```
-

+ 1 - 1
docs/reference/elasticsearch-plugins/_reimplementing_and_extending_the_analyzers_2.md

@@ -3,7 +3,7 @@ mapped_pages:
   - https://www.elastic.co/guide/en/elasticsearch/plugins/current/_reimplementing_and_extending_the_analyzers_2.html
 ---
 
-# Reimplementing and extending the analyzers [_reimplementing_and_extending_the_analyzers_2]
+# Reimplementing and extending the `polish` analyzer [_reimplementing_and_extending_the_analyzers_2]
 
 The `polish` analyzer could be reimplemented as a `custom` analyzer that can then be extended and configured differently as follows: