Alejandro Marulanda

Results 3 issues of Alejandro Marulanda

- Avoid checking existence of the fragmentVariationPath to load the localized content even if the original path is not accessible Fixes #1516

### Issue resolves https://github.com/sudo-suhas/elastic-builder/issues/201 ### Goal Add support for Elasticsearch lang and params fields in runtime_mappings' script ### Usage This Typescript code: ``` const params = { factor: 2 }...

Currently, [RuntimeField](https://elastic-builder.js.org/docs/#runtimefield) does not support the `lang` and `params` fields inside the script for runtime_mappings, but this is supported by Elasticsearch. Example: ``` { "runtime_mappings": { "measure": { "type": "long",...