public class Elasticsearch5SchemaValidator extends Elasticsearch2SchemaValidator
ElasticsearchSchemaValidator implementation for Elasticsearch 5.| Constructor and Description |
|---|
Elasticsearch5SchemaValidator(ElasticsearchSchemaAccessor schemaAccessor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doValidateJsonPrimitive(org.hibernate.search.elasticsearch.schema.impl.ValidationErrorCollector errorCollector,
DataType type,
String attributeName,
com.google.gson.JsonPrimitive expectedValue,
com.google.gson.JsonPrimitive actualValue) |
protected void |
validateIndexOptions(org.hibernate.search.elasticsearch.schema.impl.ValidationErrorCollector errorCollector,
PropertyMapping expectedMapping,
PropertyMapping actualMapping) |
isSettingsValid, validate, validateAll, validateEqualWithDefault, validateEqualWithDefault, validateEqualWithDefault, validateFormatWithDefault, validateJsonPrimitivepublic Elasticsearch5SchemaValidator(ElasticsearchSchemaAccessor schemaAccessor)
protected void doValidateJsonPrimitive(org.hibernate.search.elasticsearch.schema.impl.ValidationErrorCollector errorCollector, DataType type, String attributeName, com.google.gson.JsonPrimitive expectedValue, com.google.gson.JsonPrimitive actualValue)
doValidateJsonPrimitive in class Elasticsearch2SchemaValidatorprotected void validateIndexOptions(org.hibernate.search.elasticsearch.schema.impl.ValidationErrorCollector errorCollector, PropertyMapping expectedMapping, PropertyMapping actualMapping)
validateIndexOptions in class Elasticsearch2SchemaValidatorCopyright © 2006–2017 Hibernate. All rights reserved.