test.resources.query-tests.index_text_simple_selector.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": "simpleselector",
"type": "text",
"def": {
"default_analyzer": "keyword",
"default_field": {},
"selector": {
"year": {
"$gt": 2010
}
},
"fields": [{
"Movie_name": "string"
}],
"index_array_lengths": true
}
}