Interface FieldMapper
- All Known Implementing Classes:
AbstractFieldMapper
,EnumFieldMapper
,FileFieldMapper
,ReferenceFieldMapper
,SimpleFieldMapper
,TextFieldMapper
public interface FieldMapper
Maps some metamodel property to configuration of index field.
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
createJsonConfiguration
(Map<String, Object> parameters) Creates field configuration as Elasticsearch-native json.