Class AbstractEsClient

    • Method Detail

      • client

        protected org.elasticsearch.client.RestHighLevelClient client()
      • logger

        protected io.vertx.up.log.Annal logger()
      • doBatch

        protected Boolean doBatch​(io.vertx.core.json.JsonArray documents,
                                  String idField,
                                  Supplier<org.elasticsearch.action.bulk.BulkRequest> executor)
      • toDocument

        protected Map<String,​Object> toDocument​(io.vertx.core.json.JsonObject json)