内容简介:Lucene PMC 今天7.7.0 下载地址:完整变更日志:
Lucene PMC 今天 宣布推出 Apache Lucene 的最新版本 7.7.0,可在生产环境中使用。
7.7.0 下载地址: http://lucene.apache.org/core/downloads.html
完整变更日志: https://lucene.apache.org/core/7_7_0/changes/Changes.html
Apache Lucene 是一款高性能、功能齐全的全文搜索引擎,完全使用 Java 编写。最新发布的 7.7.0 版本包含许多错误修复、优化和改进,其中包括:
优化和改进
- 通过仅在索引的维度上进行排序,加快节点片段与数据维度的合并
- 通过使用快速排序 (quicksort) 进行排序,可以更快地应用文档值 (Doc-value) 更新而不是 in-place mergesort,这可以执行更少的交换
- 在高维点进行合并时降低 I/O 压力
- ……
转自 https://www.oschina.net/news/104343/apache-lucene-7-7-0-released
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Pro Git (Second Edition)
Scott Chacon、Ben Straub / Apress / 2014-11-9 / USD 59.99
Scott Chacon is a cofounder and the CIO of GitHub and is also the maintainer of the Git homepage ( git-scm.com ) . Scott has presented at dozens of conferences around the world on Git, GitHub and the ......一起来看看 《Pro Git (Second Edition)》 这本书的介绍吧!