上一页 1 ··· 219 220 221 222 223 224 225 226 227 ··· 273 下一页
摘要: 摘自:http://forfuture1978.iteye.com/blog/546841 4.2.2. 文档号及词频(frq)信息 文档号及词频文件里面保存的是倒排表,是以跳跃表形式存在的。 此文件包含TermCount个项,每一个词都有一项,因为每一个词都有自己的倒排表。 对于每一个词的倒排表都 阅读全文
posted @ 2017-05-04 17:41 bonelee 阅读(2184) 评论(1) 推荐(0)
摘要: https://github.com/couchbaselabs/vellum Building an FST To build an FST, create a new builder using the New() method. This method takes an io.Writer a 阅读全文
posted @ 2017-05-04 11:34 bonelee 阅读(549) 评论(0) 推荐(1)
摘要: I need to preface this by saying I'm also new to Linux, but I've got it working I think. The instructions you and I tried to follow aren't brilliantly 阅读全文
posted @ 2017-05-03 23:11 bonelee 阅读(694) 评论(0) 推荐(0)
摘要: 针对lucene6.1较新的分析:http://46aae4d1e2371e4aa769798941cef698.devproxy.yunshipei.com/conansonic/article/details/51849659 老的: Annotated Lucene(源码剖析中文版) Luce 阅读全文
posted @ 2017-05-03 15:38 bonelee 阅读(705) 评论(0) 推荐(0)
摘要: 参考:https://docs.mongodb.com/manual/reference/operator/query/text/ 阅读全文
posted @ 2017-05-03 12:12 bonelee 阅读(460) 评论(0) 推荐(0)
摘要: 1. Characteristics of Groonga ppt:http://mroonga.org/publication/presentation/groonga-mysqluc2011.pdf 1.1. Groonga overview Groonga is a fast and accu 阅读全文
posted @ 2017-05-03 11:00 bonelee 阅读(677) 评论(0) 推荐(0)
摘要: 12. sar 找出系统瓶颈的利器 sar是System Activity Reporter(系统活动情况报告)的缩写。sar工具将对系统当前的状态进行取样,然后通过计算数据和比例来表达系统的当前运行状态。它的特点是可以 连续对系统取样,获得大量的取样数据;取样数据和分析的结果都可以存入文件,所需的 阅读全文
posted @ 2017-05-03 10:05 bonelee 阅读(1802) 评论(3) 推荐(0)
摘要: 1、目的:配置proxy,使得git可以克隆github上的代码 2、方法:执行下面三条命令,配置下git的代理 git config --global https.proxy https://w00284248:PWD@proxycn2.xxx.com:8080 git config --glob 阅读全文
posted @ 2017-05-02 11:42 bonelee 阅读(838) 评论(0) 推荐(0)
摘要: Apache Ignite内存数据组织平台是一个高性能、集成化、混合式的企业级分布式架构解决方案,核心价值在于可以帮助我们实现分布式架构透明化,开发人员根本不知道分布式技术的存在,可以使分布式缓存、计算、存储等一系列功能嵌入应用内部,和应用的生命周期一致,大幅降低了分布式应用开发、调试、测试、部署的 阅读全文
posted @ 2017-05-02 10:22 bonelee 阅读(3341) 评论(0) 推荐(0)
摘要: The New InfluxDB Storage Engine: Time Structured Merge Tree by Paul Dix | Oct 7, 2015 | InfluxDB | 0 comments The New InfluxDB Storage Engine: Time St 阅读全文
posted @ 2017-05-02 09:50 bonelee 阅读(1063) 评论(0) 推荐(0)
上一页 1 ··· 219 220 221 222 223 224 225 226 227 ··· 273 下一页