Browse Source

Update runtime.asciidoc (#73802)

it looks typo in a few numbers there.
Daisuke Harada 4 years ago
parent
commit
fa61bf814e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/mapping/runtime.asciidoc

+ 2 - 2
docs/reference/mapping/runtime.asciidoc

@@ -1003,8 +1003,8 @@ POST my-index-000001/_bulk?refresh=true
 
 You can now retrieve calculated values in a search query, and find documents
 based on precise values. The following range query returns all documents where
-the calculated `voltage_corrected` is greater than or equal to `10`, but less
-than or equal to `16`. Again, use the <<search-fields,`fields`>> parameter on
+the calculated `voltage_corrected` is greater than or equal to `16`, but less
+than or equal to `20`. Again, use the <<search-fields,`fields`>> parameter on
 the `_search` API to retrieve the fields you want:
 
 [source,console]