OpenSearch/plugins
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
..
analysis-icu [TEST] improve yaml test sections parsing (#23407) 2017-03-02 12:43:20 +01:00
analysis-kuromoji Upgrade to lucene-6.5.0-snapshot-d00c5ca (#23385) 2017-02-27 18:39:04 +01:00
analysis-phonetic [TEST] improve yaml test sections parsing (#23407) 2017-03-02 12:43:20 +01:00
analysis-smartcn [TEST] improve yaml test sections parsing (#23407) 2017-03-02 12:43:20 +01:00
analysis-stempel [TEST] improve yaml test sections parsing (#23407) 2017-03-02 12:43:20 +01:00
analysis-ukrainian [TEST] improve yaml test sections parsing (#23407) 2017-03-02 12:43:20 +01:00
discovery-azure-classic Correct warning header to be compliant 2017-02-27 12:14:21 -05:00
discovery-ec2 Correct warning header to be compliant 2017-02-27 12:14:21 -05:00
discovery-file UnicastZenPing shouldn't ping the address of the local node (#23567) 2017-03-14 07:02:42 -07:00
discovery-gce Fix line-length violations in gce/util/Access 2017-03-22 21:34:15 -04:00
ingest-attachment Packaging: Remove classpath ordering hack (#23596) 2017-03-21 12:12:16 -07:00
ingest-geoip [INGEST] Lazy load the geoip databases. 2017-02-24 08:52:27 +01:00
ingest-user-agent Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
jvm-example Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
mapper-murmur3 Remove DocumentMapper#parse(String index, String type, String id, BytesReference source) (#23706) 2017-03-23 11:01:09 -04:00
mapper-size [TEST] don't check exact size in mapper-size yaml test 2017-02-27 12:27:03 +01:00
repository-azure Azure blob store's readBlob() method first checks if the blob exists (#23483) 2017-03-03 17:01:51 -05:00
repository-gcs Remove connect SocketPermissions from core (#22797) 2017-02-03 09:39:56 -06:00
repository-hdfs Correct version on repository-hdfs Guava dependency 2017-03-01 16:29:06 -05:00
repository-s3 Add convenience method for asserting deprecations 2017-02-28 18:24:39 -05:00
store-smb Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
build.gradle Plugins: Include license and notice files in zip (#23191) 2017-02-15 11:23:12 -08:00