mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fixed several typos in analyzers section (#28247)
This commit is contained in:
parent
77dcaab34f
commit
48c8098e15
@ -171,7 +171,7 @@ The `basque` analyzer could be reimplemented as a `custom` analyzer as follows:
|
||||
|
||||
[source,js]
|
||||
----------------------------------------------------
|
||||
PUT /armenian_example
|
||||
PUT /basque_example
|
||||
{
|
||||
"settings": {
|
||||
"analysis": {
|
||||
@ -536,7 +536,7 @@ The `dutch` analyzer could be reimplemented as a `custom` analyzer as follows:
|
||||
|
||||
[source,js]
|
||||
----------------------------------------------------
|
||||
PUT /detch_example
|
||||
PUT /dutch_example
|
||||
{
|
||||
"settings": {
|
||||
"analysis": {
|
||||
@ -1554,7 +1554,7 @@ The `swedish` analyzer could be reimplemented as a `custom` analyzer as follows:
|
||||
|
||||
[source,js]
|
||||
----------------------------------------------------
|
||||
PUT /swidish_example
|
||||
PUT /swedish_example
|
||||
{
|
||||
"settings": {
|
||||
"analysis": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user