elasticsearch/plugins/mapper-annotated-text
Adrien Grand 25750a3696
Make intervals queries fully pluggable through field mappers. (#71429)
`MappedFieldType` only allows configuring `match` and `prefix` queries today.
This change makes it possible to configure how to create `wildcard` and `fuzzy`
queries as well.

This will allow making the upcoming `match_only_text` field fully support
intervals queries.
2021-04-20 18:10:12 +02:00
..
src Make intervals queries fully pluggable through field mappers. (#71429) 2021-04-20 18:10:12 +02:00
build.gradle Introduce yamlRestCompatTests for :plugins projects (#71440) 2021-04-08 16:11:50 -05:00