Sha256: c3bedf914f495fc222f876a66f45ada3bb1a2399ec5e4831254fb6e9a08e7173
Contents?: true
Size: 546 Bytes
Versions: 6
Compression:
Stored size: 546 Bytes
Contents
The regex query allows you to use regular expressions to match terms in the <i>_all</i> field.A detailed overview of lucene's regex engine is available here: <a target="_blank" href="http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-regexp-query.html#regexp-syntax">Regular expressions in Elasticsearch</a><h5>A note on anchoring</h5>Lucene’s patterns are always anchored. The pattern provided must match the entire string. For string "abcde":<p><code>ab.*</code> will match<br><code>abcd</code> will not match</p>
Version data entries
6 entries across 6 versions & 1 rubygems