Browse Source

Removed scripting docs for docs[field].multiValued

Closes #18164
Clinton Gormley 9 years ago
parent
commit
4ddf916aab
1 changed files with 0 additions and 3 deletions
  1. 0 3
      docs/reference/modules/scripting/groovy.asciidoc

+ 0 - 3
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`.