elasticsearch
elasticsearch copied to clipboard
elasticsearch中文版,基于elasticsearch-1.7.1。集成常用的各种插件,不定期更新
elasticsearch-analysis-ansj 主页 https://github.com/4onni/elasticsearch-analysis-ansj ansj 分词器 https://github.com/NLPchina/ansj_seg 插件编译安装 ### 1. 克隆源码 ### 2. 修改pom文件配置 ``` bash 1.7.1 org.ansj ansj_seg min 2.0.8 compile ``` ### 3.编译插件 ``` bash mvn assembly:assembly ``` ###...
# elasticsearch rest api 快速上手 > 注:本文档中除无特别说明,请求方式均为`GET`。所有的请求均在`Sense`中测试通过 遵循的格式为 ``` curl -X :/// ``` ### 集群健康查看 - http://127.0.0.1:9200/_cat/health?v ``` epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks...
> elasticsearch-1.7.1 > elasticsearch-jdbc-1.7.1 https://github.com/jprante/elasticsearch-jdbc - 插件下载及安装 http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/1.7.1.0/elasticsearch-jdbc-1.7.1.0-dist.zip - 解压及使用 该插件不需要安装,直接解压即可。 注: 使用该插件时需要禁用`shield`插件 windows平台下使用时需要修改其示例脚本 ``` bash @echo off set DIR=%~dp0 set LIB="%DIR%\..\lib\*" set BIN="%DIR%\..\bin\*" REM ??? echo {^ "type" :...
https://www.elastic.co/guide/en/marvel/current/_installation.html - Simple install ``` bash bin/plugin -i elasticsearch/marvel/latest ``` - Installing previous versions ``` bash bin/plugin -i elasticsearch/marvel/1.0.2 ``` - Manual download https://download.elasticsearch.org/elasticsearch/marvel/marvel-latest.zip ``` bash bin/plugin -i marvel -u...
# 插件列表 http://www.searchtech.pro/elasticsearch-plugins https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-plugins.html # 插件安装教程 https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-plugins.html - 在线安装 elasticsearch-head 插件在线安装 https://github.com/mobz/elasticsearch-head ``` bash plugin -install mobz/elasticsearch-head ``` bigdesk 插件在线安装 http://bigdesk.org/ ``` bash plugin -install lukas-vlcek/bigdesk ``` elasticsearch-HQ 插件在线安装 http://www.elastichq.org/...