Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds support for the "wildcard" field type that supports efficient execution of wildcard and prefix queries by matching first against trigrams (or bigrams or individual characters), then post-filtering by evaluating the original field value against the pattern. It also supports post-filtering by regexp queries, but doesn't yet have an efficient first-phase approximation. (For general regex queries, we'll probably never have a "good" first-phase approximation.) Signed-off-by: Michael Froh <froh@amazon.com>
- Loading branch information