test.resources.temp-views.temp_2.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){
emit(doc.title, 2);
}
}