热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

ApacheLucene7.3.0发布,Java搜索引擎

ApacheLucene7.3.0已发布。Lucene是Apache软件基金会一个开放源代码的全文检

Apache Lucene 7.3.0 已发布。Lucene 是 Apache 软件基金会一个开放源代码的全文检索引擎 工具 包,是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎。Lucene 的目的是为软件开发人员提供一个简单易用的工具包,以方便的在目标系统中实现全文检索的功能,或者是以此为基础建立起完整的全文检索引擎。

主要更新内容:

API 更新:

  1. LUCENE-8051 : LevensteinDistance renamed to LevenshteinDistance. 

    (Pulak Ghosh via Adrien Grand)

  2. LUCENE-8099 : Deprecate CustomScoreQuery, BoostedQuery and BoostingQuery. Users should instead use FunctionScoreQuery, possibly combined with a lucene expression 

    (Alan Woodward)

  3. LUCENE-8104 : Remove facets module compile-time dependency on queries 

    (Alan Woodward)

  4. LUCENE-8145 : UnifiedHighlighter now uses a unitary OffsetsEnum rather than a list of enums 

新特性:

  1. LUCENE-2899 : Add new module analysis/opennlp, with analysis components to perform tokenization, part-of-speech tagging, lemmatization and phrase chunking by invoking the corresponding OpenNLP tools. Named entity recognition is also provided as a Solr update request processor. 

    (Lance Norskog, Grant Ingersoll, Joern Kottmann, Em, Kai Gülzau, Rene Nederhand, Robert Muir, Steven Bower, Steve Rowe)

  2. LUCENE-8126 : Add new spatial prefix tree (SPT) based on google S2 geometry. It can only be used currently with Geo3D spatial context and it provides improvements on indexing time for non-points shapes and on query performance. 

    (Ignacio Vera, David Smiley)

    .

更多内容请查看 ChangeLog

下载地址:

  • http://www.apache.org/dyn/closer.lua/lucene/java/7.3.0


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 我们


推荐阅读
author-avatar
醒目365_135
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有