elasticsearch/plugins/mapper-annotated-text
Alan Woodward 3d79624843
Revert "Don't use user-supplied type when building DocumentMapper (#50960)" (#51214)
Reverts #50960

This commit has been causing test failures during upgrade tests: specifically, an upgraded
node becomes master and sends a cluster state update to a 7.x node; this node sees that the
mapping version of its .tasks index is the same as the master, so asserts that the serialized
mappings are the same; however, because the master has rewritten the mapping to use
_docinstead oftasks`, we get an assertion failure. The logical fix is for the master to
increment its mapping version when it rewrites the mapping, but there isn't a simple way to
do that currently.

This reverts commit 774bfb5e22.
2020-01-20 11:14:49 +00:00
..
src Revert "Don't use user-supplied type when building DocumentMapper (#50960)" (#51214) 2020-01-20 11:14:49 +00:00
build.gradle New plugin - Annotated_text field type (#30364) 2018-09-18 10:25:27 +01:00