OpenSearch/client/rest-high-level
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
..
src Java api: Remove unneeded getTookInMillis method (#23923) 2017-06-02 11:11:05 +02:00
build.gradle Add search method to high level REST client (#24796) 2017-05-29 12:47:34 +02:00