ElasticSearch-Head ElasticSearch-Head 是一个与Elastic集群(Cluster)相交互的Web前台。 ES-Head的主要作用 它展现ES集群的拓扑结构,并且可以通过它来进行索引(Index)和节点(Node)级别的操作 它提供一组针对集群的查询API,并将结 ...
分类:
其他好文 时间:
2016-10-26 16:15:06
阅读次数:
333
官方网址:https://www.elastic.co/products/elasticsearch/ 一、特性 1、支持中文分词 2、支持多种数据源的全文检索引擎 3、分布式 4、基于lucene的开源搜索引擎 5、Restful api 二、资源 smartcn, 默认的中文分词 :https: ...
分类:
其他好文 时间:
2016-10-24 02:02:06
阅读次数:
216
环境: Windows10企业版X64 Elasticsearch-2.4.1 Kibana-4.6.1 Marvel-2.0+ 步骤: 安装Elasticsearch:官网下载Elasticsearch2.4.1.zip(地址https://www.elastic.co/downloads/ela ...
环境配置操作系统:CentOS6.5
ElasticSearch:2.4.3
JDK:1.7
maven:3.3.9
elasticsearch-analysis-ik:1.4.11、首先要把jdk安装好,然后下载elasticsearch-2.3.4.tar.gzwgethttps://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsear..
分类:
其他好文 时间:
2016-10-14 18:16:59
阅读次数:
270
Magento的2社区版配备了支持,仅在MySQL的搜索引擎,但有些项目需要,以增加销售或转化率更好或更可调整的搜索引擎。在这种情况下,我们正在实施的Solr或Elasticsearch搜索引擎。 在这篇文章中,我们将创建一个框架代码或粗糙的例子介绍,使我们能够实现像Solr的或额外的Elastic ...
分类:
其他好文 时间:
2016-10-14 17:31:45
阅读次数:
252
System Operations - Lab 6: Using Amazon Elastic Load Balancer (Linux) - 2.5 Using this command reference. 1. Locate the section you need. Each section ...
分类:
系统相关 时间:
2016-10-09 20:19:06
阅读次数:
201
System Operations - Lab 1: Creating Elastic Compute Cloud (Amazon EC2) Instances (Linux) - 2.5 Using this command reference. 1. Locate the section you ...
分类:
系统相关 时间:
2016-10-09 19:57:11
阅读次数:
204
刚收到亚马逊云账单,被扣了4.44刀,吓尿,麻溜的去查账单详情,发现之前弃用的美国实例有个弹性IP没释放掉,占着茅坑还不拉屎,被扣钱宝宝无话可说,赶紧释放。。。 $0.005 per Elastic IP address not attached to a running instance per ...
分类:
其他好文 时间:
2016-10-03 23:30:39
阅读次数:
1737
一、安装Elasticsearch下载https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html二、在MySQL上新建库表(若已有库表可跳过)建库脚本如下:SETFOREIGN_KEY_CHECKS=0;--------------------------------Tablestructureforcontacts------------------------..
分类:
数据库 时间:
2016-09-27 11:54:45
阅读次数:
1179
1. elasticsearch安装 官方下载地址:https://www.elastic.co/downloads/elasticsearch 解压文件 elasticsearch-2.4.0.zip 修改配置文件 配置说明 cluster.name表示es集群的名称,可以自定义一个自己需要的集群 ...
分类:
其他好文 时间:
2016-09-25 14:39:59
阅读次数:
227