From 4ddf916aabaf6e60e68f0cf59ef5dbc3c17cffed Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 6 May 2016 10:40:19 +0200 Subject: [PATCH] Removed scripting docs for docs[field].multiValued Closes #18164 --- docs/reference/modules/scripting/groovy.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference/modules/scripting/groovy.asciidoc b/docs/reference/modules/scripting/groovy.asciidoc index 60b64e0131a..0c7f4676d2c 100644 --- a/docs/reference/modules/scripting/groovy.asciidoc +++ b/docs/reference/modules/scripting/groovy.asciidoc @@ -31,9 +31,6 @@ on the underlying field type): `doc['field_name'].empty`:: A boolean indicating if the field has no values within the doc. -`doc['field_name'].multiValued`:: - A boolean indicating that the field has several values within the corpus. - `doc['field_name'].lat`:: The latitude of a geo point type, or `null`.