Closed mabentley85 closed 3 years ago
Adding support for Elasticsearch Runtime Mappings added in version 7.11 seems like it would be a pretty simple feature addition.
I've already started working on it in this forked branch
The implementation is very similar to adding scriptFields.
scriptFields
How should I proceed developing this feature?
@mabentley85 in a branch. Then do a pull request.
@samdark Thanks! Just created #313
Adding support for Elasticsearch Runtime Mappings added in version 7.11 seems like it would be a pretty simple feature addition.
I've already started working on it in this forked branch
The implementation is very similar to adding
scriptFields
.How should I proceed developing this feature?