All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.vertexium.elasticsearch5.remove-fields-from-document.painless Maven / Gradle / Ivy

for (def fieldName : params.fieldNames) {
  ctx._source.remove(fieldName);
}
if (ctx._source.containsKey('__extendedDataColumnVisibilities')) {
    /* see helper-functions.painless for definition of getFieldVisibilities() */
    ctx._source['__extendedDataColumnVisibilities'] = getFieldVisibilities(ctx._source).toArray();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy