ef-labs / vertx-elasticsearch-service

Vert.x elasticsearch service with event bus proxying
57 stars 18 forks source link

[WIP] Add support for putting indexed scripts into elasticsearch #15

Open newoga opened 9 years ago

newoga commented 9 years ago

This is related to #13 , #14 .

This method would allow storing indexed scripts in elasticsearch, which include search templates so that they can be accessed by name.

Includes a new data object PutIndexedScriptOptions that is unit tested.

It may make sense to try to write an integration test for this as well though. That still needs to be done.