es之词库热更新解决方案

1、 下载tomcat,作为远程词库的容器 , 需要在tomcat中配置词库

/webapp/ROOT这个路径下新建一个远程词库:

Vim hot.dic
Hot.dic中存放的就是实时热词

2、测试tomcat启动后,是否能够访问

3、 更改ik的配置:IKAnalyzer.cfg.xml


        IK Analyzer 扩展配置
        
        "ext_dict">custom/my.dic
         
        "ext_stopwords">
        
        "remote_ext_dict">http://hadoop03:8080/hot.dic
        
        

4、 更新hot.dic之后会发现es中输出如下信息:

 

转载于:https://www.cnblogs.com/niutao/p/10909181.html

你可能感兴趣的:(java,大数据)