Quantcast

ElasticSearch Plugin - trouble with unindexing

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

ElasticSearch Plugin - trouble with unindexing

mschneider
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ElasticSearch Plugin - trouble with unindexing

alanl
Just wondering if you (or anyone) solved this. I'm seeing the same thing in 18.7.1-SNAPSHOT -- even if I do a
elasticService.unindex()  elasticService.index() on startup it is still returning domain objected ids for previously deleted objects.
Loading...