OpenSearch/modules/lang-mustache
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
..
licenses get gradle check passing for lang-mustache 2015-12-09 00:10:37 -05:00
src Migrate query registration from push to pull 2016-07-20 12:33:51 -04:00
build.gradle Template cleanup: 2016-07-18 10:16:01 +02:00