OpenSearch/x-pack/plugin/wildcard
markharwood b2bc6071fd
Add regex query support to wildcard field (approach 2) (#55548) (#57141)
Backport of #55548

Adds equivalence for keyword field to the wildcard field. Regex, fuzzy, wildcard and prefix queries are all supported.
All queries use an approximation query backed by an automaton-based verification queries.

Closes #54275
2020-05-26 16:55:59 +01:00
..
src Add regex query support to wildcard field (approach 2) (#55548) (#57141) 2020-05-26 16:55:59 +01:00
build.gradle Backport of new wildcard field type (#53590) 2020-03-16 15:07:13 +00:00