elasticsearch/plugins/mapper-annotated-text
Alan Woodward 62f51eb9ae
MappedFieldType no longer requires equals/hashCode/clone (#59212)
With the removal of mapping types and the immutability of FieldTypeLookup in #58162, we no longer
have any cause to compare MappedFieldType instances. This means that we can remove all equals
and hashCode implementations, and in addition we no longer need the clone implementations which
were required for equals/hashcode testing. This greatly simplifies implementing new MappedFieldTypes,
which will be particularly useful for the runtime fields project.
2020-07-09 21:01:29 +01:00
..
src MappedFieldType no longer requires equals/hashCode/clone (#59212) 2020-07-09 21:01:29 +01:00
build.gradle