Lucene 2.9 release
This release has many improvements since release 2.4.1, including:
- Per segment searching and caching (can lead to much faster reopen among other things)
- Near real-time search capabilities added to IndexWriter
- New Query types
- Smarter, more scalable multi-term queries (wildcard, range, etc)
- A freshly optimized Collector/Scorer API
- Improved Unicode support and the addition of Collation contrib
- A new Attribute based TokenStream API
- A new QueryParser framework in contrib with a core QueryParser replacement impl included.
- Scoring is now optional when sorting by Field, or using a custom Collector, gaining sizable performance when scores are not required.
- New analyzers (PersianAnalyzer, ArabicAnalyzer, SmartChineseAnalyzer)
- New fast-vector-highlighter for large documents
- Lucene now includes high-performance handling of numeric fields. Such fields are indexed with a trie structure, enabling simple to use and much faster numeric range searching without having to externally pre-process numeric values into textual values.
See CHANGES for details.
While we generally try and maintain full backwards compatibility between major versions, Lucene 2.9 has a variety of breaks that are spelled out in the 'Changes in backwards compatibility policy' section of CHANGES. We recommend that you recompile your application with Lucene 2.9 rather than attempting to “drop” it in. This will alert you to any issues you may have to fix if you are affected by one of the backward compatibility breaks.
Binary and source distributions are available here.
Maven artifacts are available here.
上一篇: 揭秘:清朝八旗制度的缺点是什么?
下一篇: 粟米:古代的军粮之一,能保存七年
推荐阅读
-
高通骁龙735处理器规格曝光:7nm大中小8核设计、2.9GHz
-
Net Core使用Lucene.Net和盘古分词器 实现全文检索
-
iOS/iPadOS 14.7 Release Candidate 候选版本正式发布
-
redhat Server release 5.2 安装配置简明教程
-
Lucene的基本使用
-
MySQL 5.7.18 release版安装指南(含有bin文件版本)
-
干货 |《从Lucene到Elasticsearch全文检索实战》拆解实践
-
spring-boot-plus后台快速开发框架1.0.0.RELEASE发布了
-
记录spring-cloud-gateway获取post请求body参数,以及后端服务处理后的响应参数过程 gateway:2.2.0.RELEASE
-
Android -- 打包release版本apk, 动态生成apk版本名, 打包.jar