OpenSearch/plugins
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
..
analysis-icu Upgrade to Lucene 6.4.1. (#22978) 2017-02-06 09:28:43 +01:00
analysis-kuromoji Upgrade to Lucene 6.4.1. (#22978) 2017-02-06 09:28:43 +01:00
analysis-phonetic Upgrade to Lucene 6.4.1. (#22978) 2017-02-06 09:28:43 +01:00
analysis-smartcn Upgrade to Lucene 6.4.1. (#22978) 2017-02-06 09:28:43 +01:00
analysis-stempel Upgrade to Lucene 6.4.1. (#22978) 2017-02-06 09:28:43 +01:00
analysis-ukrainian Upgrade to Lucene 6.4.1. (#22978) 2017-02-06 09:28:43 +01:00
discovery-azure-classic Remove connect SocketPermissions from core (#22797) 2017-02-03 09:39:56 -06:00
discovery-ec2 Add methods requiring connect to forbidden apis (#22964) 2017-02-07 14:41:50 -06:00
discovery-file Remove SearchRequestParsers (#22538) 2017-01-11 10:28:14 -05:00
discovery-gce Add FileSystemUtil method to read 'file:/' URLs (#23020) 2017-02-07 10:24:22 -06:00
ingest-attachment Use PathUtils instead of Paths 2017-02-03 16:08:51 +01:00
ingest-geoip Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
ingest-user-agent Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
jvm-example Deguice rest handlers (#22575) 2017-01-20 11:48:51 -05:00
mapper-murmur3 Remove much ceremony from parsing client yaml test suites (#22311) 2016-12-22 11:00:34 -05:00
mapper-size Optionally require a valid content type for all rest requests with content (#22691) 2017-02-02 14:07:13 -05:00
repository-azure Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
repository-gcs Remove connect SocketPermissions from core (#22797) 2017-02-03 09:39:56 -06:00
repository-hdfs Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
repository-s3 Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
store-smb Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00