Updating newly added field for all records. New field value is same for all records

2014-07-24 Thread srikanth ramineni
Hi , I have one index having data. After that i created one new field called TYPE. I want to update all records for newly added field(TYPE=TS) . Can you please provide query for the above requirement. Thanks in advance. Thanks, Srikanth. -- You received this message because you are

Re: Updating newly added field for all records. New field value is same for all records

2014-07-24 Thread vineeth mohan
Hello Srikanth , Update by query is not a feature in Elasticsearch , but there is a plugin which can do it. PLUGIN - https://github.com/yakaz/elasticsearch-action-updatebyquery Thanks Vineeth On Fri, Jul 25, 2014 at 5:01 AM, srikanth ramineni ri.srika...@gmail.com wrote: Hi , I