From e3fe5c962555547d39321c84a6ce21b3e4430224 Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Tue, 5 Jul 2016 15:12:18 +0200 Subject: [PATCH] Add missing footer notes in mapper size docs --- docs/plugins/mapper-size.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/plugins/mapper-size.asciidoc b/docs/plugins/mapper-size.asciidoc index 7707d2544c4..df16d7eb857 100644 --- a/docs/plugins/mapper-size.asciidoc +++ b/docs/plugins/mapper-size.asciidoc @@ -103,3 +103,7 @@ GET my_index/_search // TEST[continued] <1> Querying on the `_size` field +<2> Aggregating on the `_size` field +<3> Sorting on the `_size` field +<4> Accessing the `_size` field in scripts (inline scripts must be modules-security-scripting.html#enable-dynamic-scripting[enabled] for this example to work) +