OpenSearch/modules/mapper-extras
Jim Ferenczi 67820f9da1 Fix search_as_you_type's sub-fields to pick their names from the full path of the root field (#41541)
The subfields of the search_as_you_type are prefixed with the name of their root field.
However they should used the full path of the root field rather than just the name since
these fields can appear in a multi-`fields` definition or under an object field.
Since this field type is not released yet, this should be considered as a non-issue.
2019-04-26 10:19:20 +02:00
..
src Fix search_as_you_type's sub-fields to pick their names from the full path of the root field (#41541) 2019-04-26 10:19:20 +02:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00