gpt4 book ai didi

elasticsearch - 如何用Spring Boot设置ElasticSearch的数据目录

转载 作者:行者123 更新时间:2023-11-29 02:48:06 24 4
gpt4 key购买 nike

我的问题类似于[1]我有一个 spring boot 应用程序,我在 elasticsearch 中保存了一些文档。索引每次都在当前目录的数据目录中创建。我想将此默认路径更改为给定路径。我怎样才能做到这一点?如此简单的任务需要几个小时才能找到。

我尝试了很多东西:

  1. @Setting(setting="/data/elasticsearch")
  2. 在 elasticseacrh.properties 和 application.properties 文件中:
    1. path.data
    2. spring.data.elasticsearch.path.data

没有任何运气。

最佳答案

  1. 在我的应用程序类中添加配置文件的路径:

    @Setting(settingPath = "/home/topic/src/main/resources/elasticsearch.properties")
  2. 在文件中设置 path.data 属性:

    path.data=/Users/mimis/Desktop/data

成功了。

更新:
使用 Spring Boot 1.3.0,我们可以使用 spring.data.elasticsearch.properties.* 前缀在应用程序属性文件中添加任何 Elasticsearch 属性。例如:

spring.data.elasticsearch.properties.data.path=/path/to/data

关于elasticsearch - 如何用Spring Boot设置ElasticSearch的数据目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29593848/

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