OpenSearch/modules/lang-mustache/src
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
..
main Migrate query registration from push to pull 2016-07-20 12:33:51 -04:00
test Template cleanup: 2016-07-18 10:16:01 +02:00