test.resources.design-files.conflicts_design_doc.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudant-client Show documentation
Show all versions of cloudant-client Show documentation
Official Cloudant client for Java
{
"_id": "_design/conflicts",
"language": "javascript",
"views": {
"conflict": {
"map": "function(doc){ if(doc._conflicts) emit(doc._conflicts, null);}\n"
}
}
}