Sha256: 2dc06e9c29cf8f786ce6dcfed3cf8f833f0a01f9222b057c34619b532885bf5f
Contents?: true
Size: 349 Bytes
Versions: 5
Compression:
Stored size: 349 Bytes
Contents
// -*- mode: js; -*- // Phrase Query, without Analysis, for searching on a phrase without analysis supported. { "indexName": "travel-sample-index-stored", "size": 10, "highlight": { "style": "html" }, "query": { "field": "description", "terms": [ "dorm", "rooms" ] } }
Version data entries
5 entries across 5 versions & 2 rubygems