public class Elasticsearch50SchemaValidator extends Elasticsearch2SchemaValidator
ElasticsearchSchemaValidator implementation for Elasticsearch 5.0/5.1.| Constructor and Description |
|---|
Elasticsearch50SchemaValidator(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) |
formatContextElement, isSettingsValid, validate, validateAll, validateAnalysisSettings, validateAnalyzerOptions, validateEqualWithDefault, validateEqualWithDefault, validateEqualWithDefault, validateFormatWithDefault, validateJsonPrimitivepublic Elasticsearch50SchemaValidator(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.