Elasticsearch - Advanced Patterns
You need to define a runtime field
complete_name that joins first_name and last_name with a comma and space (", "). Which painless script correctly implements this?