Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of new wildcard field type #53590

Merged
merged 3 commits into from
Mar 16, 2020
Merged

Conversation

markharwood
Copy link
Contributor

No description provided.

Indexes values using size 3 ngrams and also stores the full original as a binary doc value.
Wildcard queries operate by using a cheap approximation query on the ngram field followed up by a more expensive verification query using an automaton on the binary doc values.  Also supports aggregations and sorting.
@markharwood markharwood added release highlight :Search Foundations/Mapping Index mappings, including merging and defining field types backport labels Mar 16, 2020
@markharwood markharwood self-assigned this Mar 16, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Mapping)

@markharwood markharwood merged commit 2c74f3e into elastic:7.x Mar 16, 2020
markharwood added a commit to markharwood/elasticsearch that referenced this pull request Mar 27, 2020
markharwood added a commit that referenced this pull request Mar 27, 2020
* Revert "Wildcard field - add normalizer support (#53851) (#54109)"

This reverts commit 6a60f85.

* Revert "Formatting fix"

This reverts commit 598d4c1.

* Revert "Backport of new wildcard field type (#53590)"

This reverts commit 2c74f3e.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Search Foundations/Mapping Index mappings, including merging and defining field types
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants