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

push-server-common.design-docs.entity-design.json Maven / Gradle / Ivy

{
   "_id": "_design/entity",
   "language": "javascript",
   "views": {
      "byEntityType": {
         "map": "function(doc) {\n  if (doc.entityType) {\n    emit(doc.entityType, null);\n  }\n}"
      },
      "countEntityType": {
         "map": "function(doc) {\n  if (doc.entityType) {\n    emit(doc.entityType, null);\n  }\n}",
         "reduce": "function(keys, values, reReduce) {\n  return values.length;\n}\n"
      }
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy