Is there a way to update an individual field in a nested document without having to use a script? I have found some answers here, but they all use a painless script in some form. E.g.:
For example, say I have documents that represent user groups. Each group doc has nested docs with all the users of the group. How can I update the name field on one of these users, assuming that I have another field that serves as the unique ID?
Thanks!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.