上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 234 下一页
摘要: 1.indices概述 2.IndicesModule模块作用 3.重点类 3.1 Mapper 3.2 IndicesService 暂时不知道该怎么写,//TODO 阅读全文
posted @ 2018-12-12 16:50 一天不进步,就是退步 阅读(377) 评论(0) 推荐(0)
摘要: https://www.infoq.cn/article/Lmur2aXTU5l*sKdoGZdv 阅读全文
posted @ 2018-12-12 11:21 一天不进步,就是退步 阅读(268) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/29697b9163ac7dab20de3cbf.html intellij idea是一款智能,功能强大的ide,对比eclipse或myeclipse,它的搜索功能速度要快得多。它有多种搜索方式,我将为你一一介绍。 intell 阅读全文
posted @ 2018-12-11 16:24 一天不进步,就是退步 阅读(1943) 评论(2) 推荐(0)
摘要: 1. cluser概述 2. ClusterModule模块的作用 3.重点类介绍: 3.1 配置类Decider 各种Decider关系如下 以EnableAllocationDecider.java为例: Decider的使用 3.2 配置类Allocator 使用 3.3 服务类 分别调用 2 阅读全文
posted @ 2018-12-11 16:18 一天不进步,就是退步 阅读(401) 评论(0) 推荐(0)
摘要: https://www.infoq.cn/article/b4VPvP3m8DA-PM7ZqMGZ 去哪儿网近日在GitHub上开源了其内部广泛使用的消息队列 (内部代号 QMQ),本文从去哪儿网使用消息队列所碰到的各种问题出发探讨去哪儿网消息队列的设计与实现。 背景 2012 年,随着公司业务的快 阅读全文
posted @ 2018-12-10 10:00 一天不进步,就是退步 阅读(459) 评论(0) 推荐(0)
摘要: https://www.infoq.cn/article/pSV6tZ1SbUC8qJpo_v8H 在奥斯汀举行的SciPy 2018年特别会议上,大量开源 Python 可视化工具的代表分享了他们对 Python 数据可视化未来的展望。我们看到了Matplotlib、Plotly、VisPy等许多 阅读全文
posted @ 2018-12-10 09:58 一天不进步,就是退步 阅读(855) 评论(0) 推荐(0)
摘要: http://ifeve.com/concurrency-semaphore/ 简介 Semaphore(信号量)是用来控制同时访问特定资源的线程数量,它通过协调各个线程,以保证合理的使用公共资源。很多年以来,我都觉得从字面上很难理解Semaphore所表达的含义,只能把它比作是控制流量的红绿灯,比 阅读全文
posted @ 2018-12-07 16:45 一天不进步,就是退步 阅读(124) 评论(0) 推荐(0)
摘要: 1.概述 官方文档 https://www.elastic.co/guide/en/elasticsearch/reference/current/joining-queries.html 两种类型的查询 嵌套查询 has_child和has_parent 其中,has_child返回包含特定查询字 阅读全文
posted @ 2018-12-06 18:07 一天不进步,就是退步 阅读(2315) 评论(0) 推荐(0)
摘要: 1.使用IndexWriter.java 2.定义MergeScheduler 3.MergeTrigger 出发merge的事件 4.ConcurrentMergeScheduler默认实现 5.MergeThread执行merge任务 merge过程 6.merge结束 阅读全文
posted @ 2018-12-03 16:17 一天不进步,就是退步 阅读(328) 评论(0) 推荐(0)
摘要: 1.Analyzer的使用 Analyzer使用在IndexWriter的构造方法 2.Analyzer的定义 可以看出,Analyzer针对不同的语言给出了不同的方式 其中,common抽象出所有Analyzer类,如下图所示 阅读全文
posted @ 2018-12-03 15:46 一天不进步,就是退步 阅读(493) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 234 下一页