内容简介:Apache Lucene 7.6.0Lucene 是 Apache 软件基金会一个开放源代码的全文检索引擎工具包,是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎。Lucene 的目的是为软件开发人员提供一个简单易用的工具包,以方便的在目标系统中实现全文检索的功能,或者是以此为基础建立起完整的全文检索引擎。此版本包含许多错误修复、优化和改进,值得关注的如下:
Apache Lucene 7.6.0 发布了 ,下载地址 >>> http://lucene.apache.org/core/downloads 。
Lucene 是 Apache 软件基金会一个开放源代码的全文检索引擎 工具 包,是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎。Lucene 的目的是为软件开发人员提供一个简单易用的工具包,以方便的在目标系统中实现全文检索的功能,或者是以此为基础建立起完整的全文检索引擎。
此版本包含许多错误修复、优化和改进,值得关注的如下:
Bug Fixes * Index sorting corruption due to numeric overflow has been fixed. Indices affected by this bug can be detected by running the CheckIndex command on a 7.6+ release distribution. * Better tessellation processing of Polygons including graceful exceptions for detecting invalid shapes. Improvements * Points codec now supports selective indexing; the ability to designate dimensions as as "data only" dimensions that do not affect construction of the index. * New Simple WKT Shape Parser builds lucene geometries (polygons, lines, rectangles) from WKT format. * New LatLonShapeLineQuery queries indexed shapes with arbitrary lines. * Performance in PerFieldMergeState#FilterFieldInfos has been improved from O(N) to O(1) lookup time.
详细更新内容请查看: https://lucene.apache.org/core/7_6_0/changes/Changes.html
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ajax设计模式
Michael Mahemoff / 杨仁和 / 电子工业出版社 / 2007-5 / 78.00元
★本书荣获LinuxWorld Linux Journal2006年Editors' Choice awards。 ★绝好的一本ajax 高级读物,建议 每个web 程序员都需要买一本,了解什么是真正的好的web设计--网友 [精彩试读一] [精彩试读二] 本书是一本关于复杂Ajax应用的整体架构设计......一起来看看 《Ajax设计模式》 这本书的介绍吧!