I have a requirement where I need to update(not append) existing values 
within a list or array in Elastic Search.
Is this feature supported in elastic search?

For eg:

I have a field called jobs as part of my document

"jobs": [
                  {
                     "status": "InProgress",
                     "runId": 1,
                     "start_date": 2101112,
                     "orderId": "undefined"
                  },
                  {
                     "status": "InProgress",
                     "runId": 2,
                     "start_date": 2101112,
                     "orderId": "undefined"
                  },
               ],
and I am required to update the orderId for each job run to different 
values.
Currently I am only able to append a job but I cannot update the attributes 
of each job later.
Is this usecase supported and possible in Elastic Search?

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/ba7f8f47-3578-4b47-9410-9dd2622911a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to