1
0
Эх сурвалжийг харах

Merge pull request #11538 from Collaborne/docs-sort-sr-typo

Fix a typo in the documentation: six_hun -> "narrower"
Adrien Grand 10 жил өмнө
parent
commit
d7af88631f

+ 1 - 1
docs/reference/search/request/sort.asciidoc

@@ -360,5 +360,5 @@ When sorting, the relevant sorted field values are loaded into memory.
 This means that per shard, there should be enough memory to contain
 This means that per shard, there should be enough memory to contain
 them. For string based types, the field sorted on should not be analyzed
 them. For string based types, the field sorted on should not be analyzed
 / tokenized. For numeric types, if possible, it is recommended to
 / tokenized. For numeric types, if possible, it is recommended to
-explicitly set the type to six_hun types (like `short`, `integer` and
+explicitly set the type to narrower types (like `short`, `integer` and
 `float`).
 `float`).