Hi folks,
have some trouble with the unindexing feature

. If I delete an item from the database it is still available in ElasticSearch. I'm using plugin version 0.15.2.1 and Elastic Search 0.15.2
I've defined the node Mode (elasticSearch.client.mode = 'node') in 'DefaultElasticSearch.groovy' and declare my domain class to be searchable with 'static searchable = true' as it is described in the documentation. But the unindexing isn't working as described here
http://smaldini.github.com/elasticsearch-grails-plugin/docs/guide/4.%20Indexing.html.
Mmmmh... anybody a clue how to solve this issue?
Best Regards,
-m