KuromoryOriginal post
Rank 2: Process
Is it possible to just ignore the attributes that are not set in the collection in the document Map? lets say if have in my collection only the attribute "foo" but my map also contains "foo2" or more... is it possible to ignore them or do I have to remove all of them?
Summary
Developers are wondering if it's possible to ignore attributes not set in the collection when creating or updating documents. They specifically want to know if it's possible to ignore attributes not present in the collection without having to remove all of them from the document map.