test.resources.query-tests.index_json_complex.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
{
"ddoc": "_design/testindexddoc",
"name": "complexjson",
"type": "json",
"def": {
"partial_filter_selector": {
"year": {
"$gt": 2010
}
},
"fields": [{
"Person_name": "asc"
}, {
"Movie_year": "desc"
}]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy