test.resources.design-docs.example.views.by_date.map.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
function(doc){
if(doc.title && doc.complexDate){
emit(doc.complexDate, 1);
}
}