1.

How Do I Review Conflicts Occurred During Replication?

Answer»

USE a view like this:

MAP: FUNCTION(doc) {if(doc._conflicts){emit(NULL,null);}} 

Use a view like this:

map: function(doc) {if(doc._conflicts){emit(null,null);}} 



Discussion

No Comment Found