java.lang.Object
org.elasticsearch.script.field.NestedDocument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexists()Has this NestedDocument been removed?Get aWriteFieldinside this NestedDocument, all operation on theWriteFieldare relative to this NestedDocument.Stream allWriteFields in this NestedDocument.getDoc()Return the underlying doc for using this class as a root supplier.booleanisEmpty()Are there anyWriteFields inside this NestedDocument?voidremove()Remove this NestedDocumentintsize()The number of fields in this NestedDocument.
-
Constructor Details
-
NestedDocument
-
-
Method Details
-
field
Get aWriteFieldinside this NestedDocument, all operation on theWriteFieldare relative to this NestedDocument. -
fields
Stream allWriteFields in this NestedDocument. -
isEmpty
public boolean isEmpty()Are there anyWriteFields inside this NestedDocument? -
size
public int size()The number of fields in this NestedDocument. -
exists
public boolean exists()Has this NestedDocument been removed? -
remove
public void remove()Remove this NestedDocument -
getDoc
Return the underlying doc for using this class as a root supplier.
-