Uses of Class
org.elasticsearch.action.update.UpdateResponse.Builder
-
Packages that use UpdateResponse.Builder Package Description org.elasticsearch.action.update -
-
Uses of UpdateResponse.Builder in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update with parameters of type UpdateResponse.Builder Modifier and Type Method Description static voidUpdateResponse. parseXContentFields(XContentParser parser, UpdateResponse.Builder context)Parse the current token and update the parsing context appropriately.
-