Package io.vertx.tp.plugin.elasticsearch
Class EsAmbitUpdate
- java.lang.Object
-
- io.vertx.tp.plugin.elasticsearch.AbstractEsClient
-
- io.vertx.tp.plugin.elasticsearch.EsAmbitUpdate
-
- All Implemented Interfaces:
EsAmbit
public class EsAmbitUpdate extends AbstractEsClient implements EsAmbit
- Author:
- Lang
-
-
Field Summary
-
Fields inherited from class io.vertx.tp.plugin.elasticsearch.AbstractEsClient
helper
-
-
Constructor Summary
Constructors Constructor Description EsAmbitUpdate(String index, io.vertx.core.json.JsonObject options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanprocess(io.vertx.core.json.JsonArray documents, String idField)io.vertx.core.json.JsonObjectprocess(String documentId, io.vertx.core.json.JsonObject body)-
Methods inherited from class io.vertx.tp.plugin.elasticsearch.AbstractEsClient
client, doBatch, getString, logger, toDocument
-
-
-
-
Constructor Detail
-
EsAmbitUpdate
public EsAmbitUpdate(String index, io.vertx.core.json.JsonObject options)
-
-