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

test.resources.query-tests.index_json_complex.js Maven / Gradle / Ivy

There is a newer version: 2.20.1
Show newest version
{
  "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