summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcus Wittig <wittigmarcus@gmail.com>2017-06-28 12:46:06 +0200
committerColin Goodheart-Smithe <colings86@users.noreply.github.com>2017-06-28 11:48:31 +0100
commit960d63a3b3051a1d1865f8f90de7280356ae48b4 (patch)
tree1a4d105cbde22bd1ae3d6eecc0477ff80ec93423 /docs
parent5d1e67c882028a564faf0ba07c6a6486687b291c (diff)
[DOCS] reworded to prevent code span rendering glitch (#25442)
Changed `rescore`s to `rescore` requests as an backtick followed by the s character appears to be interpreted as an apostrophe which then leads to an unbalanced backtick for the next code span in the remainder of the paragraph Closes #25443
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/index-modules.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/index-modules.asciidoc b/docs/reference/index-modules.asciidoc
index 9f1999d6ac..ed91307e2c 100644
--- a/docs/reference/index-modules.asciidoc
+++ b/docs/reference/index-modules.asciidoc
@@ -120,7 +120,7 @@ specific index module:
`index.max_rescore_window`::
- The maximum value of `window_size` for `rescore`s in searches of this index.
+ The maximum value of `window_size` for `rescore` requests in searches of this index.
Defaults to `index.max_result_window` which defaults to `10000`. Search
requests take heap memory and time proportional to
`max(window_size, from + size)` and this limits that memory.