OpenSearch/core
olcbean 6dea5f14c3 Java api: Remove unneeded getTookInMillis method (#23923)
Some response classes in the java api expose both `getTook()` which returns a `TimeValue` and `getTookInMillis` which returns a `long` value. `getTook()` is enough as one can do `getTook().millis()` to obtain the same result as `getTookInMillis()`, which can be removed.
2017-06-02 11:11:05 +02:00
..
licenses Upgrade to lucene-7.0.0-snapshot-a0aef2f 2017-05-19 10:20:55 -05:00
src Java api: Remove unneeded getTookInMillis method (#23923) 2017-06-02 11:11:05 +02:00
build.gradle [Test] Remove unused test resources in core (#25011) 2017-06-02 09:08:51 +02:00