Sha256: 105f1ea0d899b05148a57df1396d07e00e6e094bf4cf8f189549d168e7da9939

Contents?: true

Size: 406 Bytes

Versions: 5

Compression:

Stored size: 406 Bytes

Contents

// -*- mode: js; -*-
// Simple Text Query on Stored Field, specifying the field to be searched; targeting an index with dynamic fields stored, to ensure that field-content is included in the return object.
{
    "indexName": "travel-sample-index-stored",
    "size": 10,
    "highlight": {
        "style": "html"
    },
    "query": {
        "field": "destinationairport",
        "match": "MDG"
    }
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libcouchbase-1.4.03 ext/libcouchbase/example/fts/queries/02-simple-text-query-on-stored-field.json
mt-libcouchbase-1.4.02 ext/libcouchbase/example/fts/queries/02-simple-text-query-on-stored-field.json
mt-libcouchbase-1.4.01 ext/libcouchbase/example/fts/queries/02-simple-text-query-on-stored-field.json
mt-libcouchbase-1.4.0 ext/libcouchbase/example/fts/queries/02-simple-text-query-on-stored-field.json
libcouchbase-1.3.2 ext/libcouchbase/example/fts/queries/02-simple-text-query-on-stored-field.json