Database

[{test:{a1:"a1"}},{test:{b5:"b5"}}]

Query

db.collection.update({test:{xyz:"xyz"}},[{$set:{test:{xyz:"xyz"}}}],{upsert:true})

Result