Open
Description
Hi Folks,
I'm a bit confused on how to update an indexed document.
It appears that I need to make a Map of the updated fields, but am unclear as to what the updateScript needs to be. Any tips?
Map<String, Object> map = new HashMap<String,Object>();
map.put("name", o.getName());
map.put("description", o.getDescription());
map.put("tags", o.getTags());
MyIndexClass a = new MyIndexClass(b);
a.updateAsync(map, null);
Metadata
Metadata
Assignees
Labels
No labels