OpenSearch/modules/percolator
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 Add client flag for percolator module build 2016-07-14 02:41:58 -07:00