Correct the spelling of the Galician analzyer. (#2277)
The correct analyzer is `galician`, not `galicia`. Signed-off-by: Mike Benza <mbenza@momentive.ai> Signed-off-by: Mike Benza <mbenza@momentive.ai> Co-authored-by: Mike Benza <mbenza@momentive.ai>
This commit is contained in:
parent
f64e9dccb4
commit
854759a73f
|
@ -73,7 +73,7 @@ If you want to select one of the text analyzers, see [Text analyzers reference](
|
||||||
## Language analyzer
|
## Language analyzer
|
||||||
|
|
||||||
OpenSearch supports the following language values with the `analyzer` option:
|
OpenSearch supports the following language values with the `analyzer` option:
|
||||||
arabic, armenian, basque, bengali, brazilian, bulgarian, catalan, czech, danish, dutch, english, estonian, finnish, french, galicia, german, greek, hindi, hungarian, indonesian, irish, italian, latvian, lithuanian, norwegian, persian, portuguese, romanian, russian, sorani, spanish, swedish, turkish, and thai.
|
arabic, armenian, basque, bengali, brazilian, bulgarian, catalan, czech, danish, dutch, english, estonian, finnish, french, galician, german, greek, hindi, hungarian, indonesian, irish, italian, latvian, lithuanian, norwegian, persian, portuguese, romanian, russian, sorani, spanish, swedish, turkish, and thai.
|
||||||
|
|
||||||
To use the analyzer when you map an index, specify the value within your query. For example, to map your index with the French language analyzer, specify the `french` value for the analyzer field:
|
To use the analyzer when you map an index, specify the value within your query. For example, to map your index with the French language analyzer, specify the `french` value for the analyzer field:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue