OpenSearch/modules/percolator
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 Migrate query registration from push to pull 2016-07-20 12:33:51 -04:00
build.gradle Add client flag for percolator module build 2016-07-14 02:41:58 -07:00