java.lang.Object
org.elasticsearch.script.field.EmptyField
A script
Field with no mapping, always returns defaultValue.-
Constructor Details
-
EmptyField
-
-
Method Details
-
getName
Description copied from interface:FieldReturns the name of this field. -
isEmpty
public boolean isEmpty()Description copied from interface:FieldReturnstrueif this field has no values, otherwisefalse. -
size
public int size()Description copied from interface:FieldReturns the number of values this field has. -
get
-
get
-
iterator
-