
Elasticsearch
小肥马
15-18: CITI Bank ICG
18-19: HUAWEI FusionInsight
19-Now: Alibaba Ant Financial
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Solr VS. ElasticSearch
http://solr-vs-elasticsearch.com/原创 2018-10-08 16:02:43 · 5920 阅读 · 0 评论 -
【Elasticsearch选主流程】
Reference原创 2019-05-15 09:51:30 · 48490 阅读 · 3 评论 -
【Elasticsearch集群启动】
Referencehttps://blog.youkuaiyun.com/weixin_42257250/article/details/89706491原创 2019-05-13 09:50:05 · 1940 阅读 · 0 评论 -
【Elasticsearch索引恢复流程(上)】
Reference原创 2019-05-29 10:03:25 · 42422 阅读 · 1 评论 -
【Elasticsearch索引恢复流程(下)】
本文将介绍如何保证主副分片一致,recovery速度优化以及recovery相关监控命令知识。原创 2019-06-02 16:19:43 · 1891 阅读 · 0 评论 -
【ElasticSearch Reindex重建索引】
什么是Reindex?索引重建。Reindex演进相比于ES 6.1,ES 6.7的Reindex为跨集群的索引重建增加了一系列SSL相关的参数配置。这些参数必须被配置到elasticsearch.yml文件里,只能依靠重启集群来生效,因此不建议频繁修改这些参数。问题描述源集群和目标集群都是安全模式。在Reindex操作时,源集群的Hostname在目标集群认证不通过。[roo...原创 2019-06-19 11:48:59 · 2785 阅读 · 0 评论 -
【ES Types are deprecated in APIs in 7.0】
ReferenceElasticsearch 6.0 一个索引只允许有一个typeElasticSearch: Index 和 Type 的区别完了,type这玩意儿要被删除了!Removal of mapping types. Types are deprecated in APIs in 7.0...原创 2019-07-20 10:32:21 · 292 阅读 · 0 评论 -
【搜索引擎分析策略(Analyzer = Tokenizer + Filter)】种瓜得豆?
你晓得伐term: 被分词出来的词项索引输入id,title,name1234,a the mazhaohui CCC,a the mazhaohui this Applemanaged-schema配置分析器<fieldType name="text_general" class="solr.TextField" positionIncrementGap="100"> ...原创 2019-04-12 10:05:38 · 21344 阅读 · 0 评论 -
【ES插件】analysis-icu和analysis-kuromoji
《ES analysis-icu插件》一、analysis-icu插件简介ICU - International Components for UnicodeElasticsearch的ICU 分析器插件使用国际化组件 Unicode (ICU) 函数库(详情查看 site.project.org)提供丰富的处理 Unicode 工具。 这些包含对处理亚洲语言特别有用的 icu_分词器 ,...原创 2019-07-30 10:23:56 · 7725 阅读 · 0 评论 -
【ES学习计划】
国内外优秀的ElasticSearch案例Github:“GitHub使用ElasticSearch搜索20TB的数据,包括13亿文件和1300亿行代码”。SoundCloud:“SoundCloud使用ElasticSearch为1.8亿用户提供即时而精准的音乐搜索服务”。百度:百度目前广泛使用ElasticSearch作为文本数据分析,采集百度所有服务器上的各类指标数据及用户自定义数...原创 2019-04-30 11:50:50 · 833 阅读 · 0 评论 -
ES Transport Client学习
TransportClient利用transport模块远程连接一个elasticsearch集群。它并不加入到集群中,只是简单的获得一个或者多个初始化的transport地址,并以轮询的方式与这些地址进行通信。// on startupClient client = new TransportClient().addTransportAddress(new InetSocketTransp...原创 2018-10-08 16:13:15 · 2203 阅读 · 0 评论 -
ES -> Netty -> NIO
待续原创 2018-10-08 16:58:49 · 338 阅读 · 0 评论 -
在本地搭建Search Guard开发环境,mvn eclipse:eclipse生成工程文件时报错dotGitDirectory不存在
SolutionReferencehttps://stackoverflow.com/questions/31173467/maven-cannot-find-git-dotgitdirectoryIssue Description[DEBUG] Created new class realm plugin&amp;amp;amp;gt;pl.project13.maven:git-commit-id-plugi...原创 2018-10-10 11:07:27 · 7841 阅读 · 0 评论 -
【ES查询样例】23 Useful Elasticsearch Example Queries
Referencehttps://dzone.com/articles/23-useful-elasticsearch-example-queries转载 2019-02-19 11:44:19 · 320 阅读 · 0 评论 -
【内存不超过32GB】
Referencehttps://www.elastic.co/guide/cn/elasticsearch/guide/current/heap-sizing.html转载 2019-03-01 09:55:51 · 355 阅读 · 0 评论 -
【HBase + ElasticSearch最佳实践】
最近项目组要提供一个HBase结合ES的解决方案,谨以此博客记录下孵化过程。原创 2019-04-01 18:14:34 · 22100 阅读 · 2 评论 -
【大数据搜索引擎案例汇总】
Reference苏宁 11.11:搜索引擎 Solr 在苏宁易购商品评价系统中的应用原创 2019-07-27 11:10:19 · 2097 阅读 · 0 评论