Class MappingBuilder
java.lang.Object
org.springframework.data.elasticsearch.core.index.MappingBuilder
- Direct Known Subclasses:
ReactiveMappingBuilder
- Author:
- Rizwan Idrees, Mohsin Husen, Artur Konczak, Kevin Leturc, Alexander Volz, Dennis Maaß, Pavel Luhin, Mark Paluch, Sascha Woo, Nordine Bittich, Robert Gruendler, Petr Kukral, Peter-Josef Meisch, Xiao Yu, Subhobrata Dey
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildPropertyMapping
(Class<?> clazz) builds the Elasticsearch mapping for the given clazz.protected String
buildPropertyMapping
(ElasticsearchPersistentEntity<?> entity, Document runtimeFields)
-
Field Details
-
elasticsearchConverter
-
-
Constructor Details
-
MappingBuilder
-
-
Method Details
-
buildPropertyMapping
builds the Elasticsearch mapping for the given clazz.- Returns:
- JSON string
- Throws:
MappingException
- on errors while building the mapping
-
buildPropertyMapping
protected String buildPropertyMapping(ElasticsearchPersistentEntity<?> entity, @Nullable Document runtimeFields)
-