OpenSearch/qa/smoke-test-http
Nik Everett 3a82c613e4 Migrate query registration from push to pull
Remove `ParseField` constants used for names where there are no deprecated
names and just use the `String` version of the registration method instead.

This is step 2 in cleaning up the plugin interface for extending
search time actions. Aggregations are next.

This is breaking for plugins because those that register a new query should
now implement `SearchPlugin` rather than `onModule(SearchModule)`.
2016-07-20 12:33:51 -04:00
..
src/test/java/org/elasticsearch/http Migrate query registration from push to pull 2016-07-20 12:33:51 -04:00
build.gradle Rename transport-netty to transport-netty3 2016-07-14 22:03:14 -04:00