CLIENT_INSTANCE.update({
index: INDEX_NAME,
type: INDEX_TYPE,
id: RECORD_ID,
body: {
RECORD_KEY: RECORD_NEW_VALUE,
}
}, function (error, response) {
   console.log(response);
   }
  );





DEBUG: 2014-11-17T11:30:29Z
  starting request { method: 'POST',
    path: '/robot-index/tags/0/_update',
    body: { tags: 
'{Important:FF0000,Assigned:FF9933,Resolved:33CC33,newTag:89da3a}' },
    query: {} }

-- 
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/95164a73-1664-4c01-b9bb-bdcac15cf831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to