OpenSearch/plugins/mapper-murmur3
AdityaJNair 63757efe9c Remove DocumentMapper#parse(String index, String type, String id, BytesReference source) (#23706)
Removed `parse(String index, String type, String id, BytesReference source)` in DocumentMapper.java and replaced all of its use in Test files with `parse(SourceToParse source)`.

`parse(String index, String type, String id, BytesReference source)` was only used in test files and never in the main code so it was removed. All of the test files that used it was then modified to use `parse(SourceToParse source)` method that existing in DocumentMapper.java
2017-03-23 11:01:09 -04:00
..
src Remove DocumentMapper#parse(String index, String type, String id, BytesReference source) (#23706) 2017-03-23 11:01:09 -04:00
build.gradle Remove a few more Xlint skips 2016-01-06 23:28:13 -05:00