OpenSearch/x-pack/plugin/mapper-constant-keyword/src
Nik Everett 6f6076e208
Drop some params from IndexFieldData.Builder (backport of #59934) (#59972)
We never used the `IndexSettings` parameter and we only used the
`MappedFieldType` parameter to get the name of the field which we
already know everywhere where we build the `IFD.Builder`. This allows us
to drop a fair bit of ceremony from a couple of tests.
2020-07-21 10:28:59 -04:00
..
main/java/org/elasticsearch/xpack/constantkeyword Drop some params from IndexFieldData.Builder (backport of #59934) (#59972) 2020-07-21 10:28:59 -04:00
test/java/org/elasticsearch/xpack/constantkeyword/mapper MappedFieldType no longer requires equals/hashCode/clone (#59212) 2020-07-09 21:05:10 +01:00