Sha256: 9a9e3830e4fb12e8dff4526ad3dbabc77769be7e8a6d290ce375668eab3266d2
Contents?: true
Size: 534 Bytes
Versions: 5
Compression:
Stored size: 534 Bytes
Contents
// -*- mode: js; -*- // Unanalyzed Term Query with Fuzziness Level of 2, which is almost identical to the immediately preceding query; but which this time specifies a fuzziness factor of 2, allowing partial matches to be made. The output from this query can be compared to that of the one immediately preceding. { "indexName": "travel-sample-index-stored", "size": 50, "highlight": { "style": "html" }, "query": { "field": "reviews.content", "fuzziness": 2, "term": "sushi" } }
Version data entries
5 entries across 5 versions & 2 rubygems