gpt4 book ai didi

grails - 运行 Elasticsearch 插件 grails 2.4.4/2.5.0

转载 作者:行者123 更新时间:2023-11-29 02:55:44 27 4
gpt4 key购买 nike

我正在尝试让 ealastic 搜索插件在我的 grails 应用程序上运行。

最初,我在 grails 2.4.4 上运行。我用的是默认配置

并得到这个错误: Grails Elastic Search Plugin SEVERE: Unexpected transforming call sites grails elasticsearch

所以我按照这个答案中的建议升级到 2.5.0。

我将 DatastoreImpl 设置为

elasticsearch {
datastoreImpl = "hibernateDatastore"
}

但是我得到的错误是我没有指定数据存储...有人知道要尝试什么吗?

2015-06-28 00:56:11,179 [localhost-startStop-1] ERROR context.GrailsContextLoaderListener  - Error initializing the application: No datastore implementation specified
Message: No datastore implementation specified
Line | Method
->> 135 | doCall in ElasticsearchGrailsPlugin$_closure1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 754 | invokeBeanDefiningClosure in grails.spring.BeanBuilder
| 584 | beans . . . . . . . . . . in ''
| 527 | invokeMethod in ''
| 262 | run . . . . . . . . . . . in java.util.concurrent.FutureTask
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 615 | run . . . . . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
Error |
Forked Grails VM exited with error

最佳答案

elasticSearch.client.mode = 'local';
elasticSearch.datastoreImpl = 'hibernateDatastore';

如果您附加到 Config.groovy,这应该会修复此错误。

关于grails - 运行 Elasticsearch 插件 grails 2.4.4/2.5.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31094565/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com