Sha256: b5f9349bfb5e9774d587aca7abeb6b52fcf60ff17926d16fb8283d5fa9bb8cbf
Contents?: true
Size: 586 Bytes
Versions: 5
Compression:
Stored size: 586 Bytes
Contents
// -*- mode: js; -*- // Conjunction Query, whereby two separate queries are defined and then run as part of the search, with only the matches returned by both included in the result-object. { "indexName": "travel-sample-index-stored", "size": 10, "highlight": { "style": "html" }, "query": { "conjuncts": [ { "field": "reviews.content", "match": "La Rue Saint Denis!!" }, { "field": "description", "match": "boutique" } ] } }
Version data entries
5 entries across 5 versions & 2 rubygems