OpenSearch/client
Simon Willnauer ecb01c15b9 Fold InternalSearchHits and friends into their interfaces (#23042)
We have a bunch of interfaces that have only a single implementation
for 6 years now. These interfaces are pretty useless from a SW development
perspective and only add unnecessary abstractions. They also require
lots of casting in many places where we expect that there is only one
concrete implementation. This change removes the interfaces, makes
all of the classes final and removes the duplicate `foo` `getFoo` accessors
in favor of `getFoo` from these classes.
2017-02-08 14:40:08 +01:00
..
benchmark Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
client-benchmark-noop-api-plugin Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
rest Remove connect SocketPermissions from core (#22797) 2017-02-03 09:39:56 -06:00
rest-high-level Add get/exists method to RestHighLevelClient (#22706) 2017-02-04 14:54:26 +01:00
sniffer Update Jackson to 2.8.6 (#22596) 2017-01-13 09:05:48 +01:00
test move ignore parameter support from yaml test client to low level rest client (#22637) 2017-01-16 18:54:44 +01:00
transport Upgrade to Netty 4.1.7 2017-01-12 10:58:21 -05:00