Apache Solr官网安全更新(2023-07-21)

情报来源:TSRC

发布时间:2023-07-21

基本信息
  • 发布日期2023-07-21
  • 感知时间2023-07-21
  • 漏洞类型安全更新
  • 风险等级未知
  • 更新版本未知
  • 情报贡献TSRC
更新标题

21 July 2023, Apache Solr™ 9.3.0 available

更新详情

<br/> <br/> The Solr PMC is pleased to announce the release of Apache Solr 9.3.0.<br/>Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document handling, and geospatial search. Solr is highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation features of many of the world&#39;s largest internet sites.<br/>Solr 9.3.0 is available for immediate download at:<br/>https://solr.apache.org/downloads.html<br/>Solr 9.3.0 Release Highlights:<br/><br/>The Lucene version used by Solr has been upgraded to 9.7.<br/>Solr releases now have a slim variant, both for the binary release and the docker image.<br/>The Slim variant is the same as the normal variant, except that it does not include Solr modules or the Prometheus exporter.<br/><br/><br/>Vector Search<br/>Added support for byte vector encoding in DenseVectorField and KnnQParser<br/>High dimensional vectors are now supported in Solr<br/>Solr can now take advantage of SIMD optimizations for Vector calculations, when run with Java 20 or 21.<br/>A new &#34;vectorSimilarity&#34; function query has been added to calculate similarity scores for DenseVectorFields<br/><br/><br/>Solr now provides an &#34;Install Shard&#34; API to allow users who have built (per-shard) indices offline to import them into SolrCloud shards.<br/>Solr’s experimental &#34;v2&#34; API has seen a number of improvements in the 9.3 release.<br/>It is now approaching parity with the functionality offered by Solr’s v1 API.<br/>The v2 API as a whole is being redesigned to be more REST-ful and intuitive<br/> See the Changelog and upgrade notes for information on which v2 APIs have backward-incompatible changes.<br/><br/><br/>New APIs for MigrateReplicas and BalanceReplicas. These work out-of-the-box with the built-in PlacementPlugins.<br/>The AffinityPlacementPlugin now supports co-location of shards between collections, using the &#34;withCollectionShards&#34; parameter.<br/><br/><br/>Join Queries may handle equally sharded collections on both sides.<br/>Collections shards should be collocated via AffinityPlacementPlugin.withCollectionShards<br/>This operation doesn&#39;t support SplitShard<br/><br/><br/>Unknown cores are no longer deleted by default when Solr starts. Use &#34;solr.deleteUnknownCores=true&#34; to use the previous behavior.<br/>Warning: Solr cannot be used with Java 20 on MacOS with the Java Security Manager.<br/> Please use the environment variable SOLR_SECURITY_MANAGER_ENABLED=false when running with Java 20 on MacOS.<br/><br/>Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:<br/>https://solr.apache.org/guide/solr/9_3/upgrade-notes/solr-upgrade-notes.html<br/>Please read CHANGES.txt for a full list of new features, changes and bugfixes:<br/>https://solr.apache.org/9_3_0/changes/Changes.html<br/>

软件描述

Apache Solr 是一个开源的搜索服务器。Solr 使用 Java 语言开发,主要基于 HTTP 和 Apache Lucene 实现。Apache Solr 中存储的资源是以 Document 为对象进行存储的。每个文档由一系列的 Field 构成,每个 Field 表示资源的一个属性。

CVE编号

暂无

Knowsafe分析

暂无

业界资讯

暂无

来源链接

https://lucene.apache.org/solr/news.html