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

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

There is a newer version: 2.20.1
Show newest version
{
  "ddoc": "_design/testindexddoc",
  "name": "complextext",
  "type": "text",
  "def": {
    "default_analyzer": {
      "name": "perfield",
      "default": "english",
      "fields": {
        "spanish": "spanish",
        "german": "german"
      }
    },
    "default_field": {
      "enabled": true,
      "analyzer": "spanish"
    },
    "partial_filter_selector": {
      "year": {
        "$gt": 2010
      }
    },
    "fields": [{
      "Movie_name": "string"
    }, {
      "Movie_runtime": "number"
    }, {
      "Movie_wonaward": "boolean"
    }],
    "index_array_lengths": true
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy