public static class Validator.OverwriteValidator extends java.lang.Object implements Validator
Validator.OverwriteValidator, Validator.StrictValidator| Constructor and Description |
|---|
OverwriteValidator() |
| Modifier and Type | Method and Description |
|---|---|
static org.elasticsearch.action.index.IndexRequest |
createParentRequest(IndexRecord record,
io.polyglotted.common.model.MapResult current) |
protected void |
postValidate(IndexRecord record) |
protected void |
preValidate(ElasticClient client,
IndexRecord record) |
org.elasticsearch.action.index.IndexRequest |
validate(ElasticClient client,
EsAuth auth,
IndexRecord record) |
protected void |
validateCurrent(IndexRecord record,
io.polyglotted.common.model.MapResult current) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisIdempotentpublic final org.elasticsearch.action.index.IndexRequest validate(ElasticClient client, EsAuth auth, IndexRecord record)
protected void preValidate(ElasticClient client, IndexRecord record)
protected void postValidate(IndexRecord record)
protected void validateCurrent(IndexRecord record, io.polyglotted.common.model.MapResult current)
public static org.elasticsearch.action.index.IndexRequest createParentRequest(IndexRecord record, io.polyglotted.common.model.MapResult current)