OpenSearch/modules
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
..
aggs-matrix-stats Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
ingest-common Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
lang-expression Remove GeoPointFieldMapper abstraction 2017-02-06 14:17:21 -06:00
lang-mustache Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
lang-painless Make dates be ReadableDateTimes in scripts (#22948) 2017-02-06 16:44:56 -05:00
percolator Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
reindex Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
repository-url Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
transport-netty4 TransportService.connectToNode should validate remote node ID (#22828) 2017-02-07 22:11:32 +02:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00