Apache Lucene 5.5.0 發布,Java 搜索引擎
Apache Lucene 5.5.0 發布了,該版本包含 bug 修復、優化和改進,值得關注的內容有:
* JoinUtil.createJoinQuery can now join on numeric doc values fields
* BlendedInfixSuggester now has an exponential reciprocal scoring
model, to more strongly favor suggestions with matches closer to the
beginning
* CustomAnalyzer has improved (compile time) type safety
* DFISimilarity implements the divergence from independence scoring model
* Fully wrap any other merge policy using MergePolicyWrapper
* Sandbox geo point queries have graduated into the spatial module,
and now use a more efficient binary term encoding for smaller index
size, faster indexing, and decreased search-time heap usage
* BooleanQuery performs some new query optimizations
* TermsQuery constructors are more GC efficient
完整記錄請看:https://lucene.apache.org/core/5_5_0/changes/Changes.html
下載地址:http://lucene.apache.org/core/mirrors-core-latest-redir.html
來自: http://www.oschina.net//news/70952/apache-lucene-5-5-0