Removed scripting docs for docs[field].multiValued

Closes #18164
This commit is contained in:
Clinton Gormley 2016-05-06 10:40:19 +02:00
parent b91df36a62
commit 4ddf916aab

View File

@ -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`.