OpenSearch/plugins
Nik Everett 1452ab4b9f Squash the rest of o.e.rest.action
Squashes all the subpackages of `org.elasticsearch.rest.action` down to
the following:
* `o.e.rest.action.admin` - Administrative actions
* `o.e.rest.action.cat` - Actions that make tables for `grep`ing
* `o.e.rest.action.document` - Actions that act on documents
* `o.e.rest.action.ingest` - Actions that act on ingest pipelines
* `o.e.rest.action.search` - Actions that search

I'm tempted to merge `search` into `document` but the `document`
package feels fairly complete as is and `Suggest` isn't actually always
about documents either....

I'm also tempted to merge `ingest` into `admin.cluster` because the
latter contains the actions for dealing with stored scripts.

I've moved the `o.e.rest.action.support` into `o.e.rest.action`.

I've also added `package-info.java`s to all packges in `o.e.rest`. I
figure if the package is too small to deserve a `package-info.java` file
then it is too small to deserve to be a package....

Also fixes checkstyle in all moved classes.
2016-08-15 21:06:32 -04:00
..
analysis-icu Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
analysis-kuromoji Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
analysis-phonetic Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
analysis-smartcn Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
analysis-stempel Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
discovery-azure-classic Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
discovery-ec2 Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
discovery-gce Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
ingest-attachment Adds content-length as number 2016-08-10 18:31:16 +02:00
ingest-geoip Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
ingest-user-agent Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
jvm-example Squash the rest of o.e.rest.action 2016-08-15 21:06:32 -04:00
lang-javascript Make reindex and lang-javascript compatible 2016-08-11 09:54:03 -04:00
lang-python Circuit break the number of inline scripts compiled per minute 2016-08-09 10:26:27 -06:00
mapper-attachments Collapse o.e.index.mapper packages. #19921 2016-08-10 17:51:11 +02:00
mapper-murmur3 Collapse o.e.index.mapper packages. #19921 2016-08-10 17:51:11 +02:00
mapper-size Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
repository-azure Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
repository-gcs Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
repository-hdfs Enables implementations of the BlobContainer interface to (#19749) 2016-08-02 09:48:21 -04:00
repository-s3 Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
store-smb Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
build.gradle Revert "Build: Switch to maven-publish plugin" 2016-03-18 17:22:25 -07:00