Package io.vertx.tp.plugin.elasticsearch
Class EsAmbitAdd
- java.lang.Object
-
- io.vertx.tp.plugin.elasticsearch.AbstractEsClient
-
- io.vertx.tp.plugin.elasticsearch.EsAmbitAdd
-
- All Implemented Interfaces:
EsAmbit
public class EsAmbitAdd extends AbstractEsClient implements EsAmbit
- Author:
- Lang
-
-
Field Summary
-
Fields inherited from class io.vertx.tp.plugin.elasticsearch.AbstractEsClient
helper
-
-
Constructor Summary
Constructors Constructor Description EsAmbitAdd(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
-
EsAmbitAdd
public EsAmbitAdd(String index, io.vertx.core.json.JsonObject options)
-
-