- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/sing1ee/elasticsearch-jieba-plugin
- 软件文档: https://github.com/sing1ee/elasticsearch-jieba-plugin/blob/master/README.md
软件介绍
elasticsearch-jieba-plugin 是 Jieba 中文分词插件。试用 Elasticsearch 5.1.2 版本,基于 huaban 开源的的 jieba java 实现。
使用
checkout tag: v5.1.2
git checkout v5.1.2
运行
gradle buildPluginZip
创建 directory ${path.home}/plugins/jieba
复制zip 文件到分词插件
cp build/distributions/elasticsearch-jieba-plugin-5.1.2.zip ${path.home}/plugins/jieba解压缩和 rm zip 文件
unzip elasticsearch-jieba-plugin-5.1.2.zip rm elasticsearch-jieba-plugin-5.1.2.zip
开始 elasticsearch
./bin/elasticsearch
Programming Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!
