Apache Lucene 7.6.0 发布,Java 全文搜索引擎

栏目: 后端 · 发布时间: 5年前

内容简介: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


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Bandit Algorithms for Website Optimization

Bandit Algorithms for Website Optimization

John Myles White / O'Reilly Media / 2013-1-3 / USD 19.99

This book shows you how to run experiments on your website using A/B testing - and then takes you a huge step further by introducing you to bandit algorithms for website optimization. Author John Myle......一起来看看 《Bandit Algorithms for Website Optimization》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

MD5 加密
MD5 加密

MD5 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试