All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.resources.design-files.query_design_doc.js Maven / Gradle / Ivy

There is a newer version: 2.20.1
Show newest version
{
 "_id": "_design/testQuery",
 "language": "query",
 "views": {
  "testView": {
   "map": {"fields": {"Person_dob": "asc"}},
   "reduce": "_count",
   "options": {
    "def": {
     "fields": [
      "Person_dob"
     ]
    }
   }
  }
 }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy