mstein / elasticsearch-grails-plugin

ElasticSearch grails plugin
Based on Graeme Rocher initial stub. Note that it is still in early stage.
Other
62 stars 164 forks source link

ElasticSearchAdminService.refresh() not work on v0.90.x #67

Closed raycw closed 11 years ago

raycw commented 11 years ago

elasticsearch v0.90.x has been refactoring the getter/setter method, BroadcastOperationResponse.failedShards() no longer work, should be BroadcastOperationResponse.getFailedShards()

https://github.com/elasticsearch/elasticsearch/blob/cc83c2f848be69a77f1275fe1ff5363dcdd4c955/src/main/java/org/elasticsearch/action/support/broadcast/BroadcastOperationResponse.java