开发者

Indexing an entity in an actor thread using Grails searchable

开发者 https://www.devze.com 2023-04-12 03:56 出处:网络
I am using the Grails searchable plugin to index an entity with a custom text representation. I want this entity to be indexed in an actor (using GPars) that will be triggered asynchronously once the

I am using the Grails searchable plugin to index an entity with a custom text representation. I want this entity to be indexed in an actor (using GPars) that will be triggered asynchronously once the e开发者_如何转开发ntity was inserted. Is there any way to realize this using the searchable/compass framework with Grails?

0

精彩评论

暂无评论...
验证码 换一张
取 消