public interface Validator
| Modifier and Type | Interface and Description |
|---|---|
static class |
Validator.OverwriteValidator |
static class |
Validator.StrictValidator |
| Modifier and Type | Field and Description |
|---|---|
static Validator |
OVERRIDE |
static Validator |
STRICT |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isIdempotent(IndexRecord record,
io.polyglotted.common.model.MapResult existing) |
org.elasticsearch.action.index.IndexRequest |
validate(ElasticClient client,
EsAuth auth,
IndexRecord record) |
org.elasticsearch.action.index.IndexRequest validate(ElasticClient client, EsAuth auth, IndexRecord record)
static boolean isIdempotent(IndexRecord record, io.polyglotted.common.model.MapResult existing)