test.resources.design-docs.views101.indexes.indexes.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
{
"animals": {
"index": "function(doc) { index(\"default\", doc._id); if(doc.min_length) { index(\"min_length\", doc.min_length, {\"store\": \"yes\",\"facet\": true}); } if(doc.diet){ index(\"diet\", doc.diet, {\"store\": \"yes\",\"facet\": true}); } if (doc.latin_name){ index(\"latin_name\", doc.latin_name, {\"store\": \"yes\"}); } if (doc['class']){ index(\"class\", doc['class'], {\"store\": \"yes\",\"facet\": true}); }}"
}
}