Giter Site home page Giter Site logo

Comments (7)

shi-yuan avatar shi-yuan commented on June 3, 2024

目前的热更新,是通过Redis Pub/Sub实现的

from elasticsearch-analysis-ansj.

ansjsun avatar ansjsun commented on June 3, 2024

这个即将支持,目前还在测试版本中..会在5.1.0中出现...感谢你的提议

from elasticsearch-analysis-ansj.

fangstao avatar fangstao commented on June 3, 2024

这样的话,es集群就可以共用同一个分词库了,不需要把分词库文件拷贝到每一个集群节点下面,不用拷贝文件就可以自动更新分词库,实现集中式管理分词库

from elasticsearch-analysis-ansj.

shi-yuan avatar shi-yuan commented on June 3, 2024

这个现在已经支持了,访问接口/_ansj/flush/dic

from elasticsearch-analysis-ansj.

pzhen avatar pzhen commented on June 3, 2024

@shi-yuan

我的插件2.3.3 es也是2.3.3 我访问http://127.0.0.1:9200/_ansj/flush/dic
es报错是没有索引:

{
error: {
root_cause: [
{
type: "index_not_found_exception",
reason: "no such index",
resource.type: "index_expression",
resource.id: "_ansj",
index: "_ansj"
}
],
type: "index_not_found_exception",
reason: "no such index",
resource.type: "index_expression",
resource.id: "_ansj",
index: "_ansj"
},
status: 404
}

麻烦帮忙看下 谢谢

from elasticsearch-analysis-ansj.

shi-yuan avatar shi-yuan commented on June 3, 2024

不好意思哈,2.4.2或5.2.0以上才支持刷新接口的哦

from elasticsearch-analysis-ansj.

pzhen avatar pzhen commented on June 3, 2024

@shi-yuan 非常感谢!

from elasticsearch-analysis-ansj.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.