test.resources.design-files.query_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/testQuery",
"language": "query",
"views": {
"testView": {
"map": {"fields": {"Person_dob": "asc"}},
"reduce": "_count",
"options": {
"def": {
"fields": [
"Person_dob"
]
}
}
}
}
}