You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/21 17:46:46 UTC

[solr-site] branch main updated (3049d6222 -> e359cc444)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


    from 3049d6222 DOAP changes for Solr Operator release v0.7.1
     new 8b8bb7f54 Update version variables for release 9.3.0
     new 9132f1d7c Update the htaccess.ref-guide-antora for release 9.3.0
     new e359cc444 Adding Solr news for release 9.3.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../solr/solr_news/2023-07-21-9-3-0-available.md   | 43 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 +-
 themes/solr/templates/htaccess.ref-guide-antora    |  2 +-
 3 files changed, 46 insertions(+), 3 deletions(-)
 create mode 100644 content/solr/solr_news/2023-07-21-9-3-0-available.md


[solr-site] 03/03: Adding Solr news for release 9.3.0

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit e359cc4440027d6cd3b80e38ef93e2019e2bde87
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jul 21 13:45:37 2023 -0400

    Adding Solr news for release 9.3.0
---
 .../solr/solr_news/2023-07-21-9-3-0-available.md   | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/content/solr/solr_news/2023-07-21-9-3-0-available.md b/content/solr/solr_news/2023-07-21-9-3-0-available.md
new file mode 100644
index 000000000..290d26893
--- /dev/null
+++ b/content/solr/solr_news/2023-07-21-9-3-0-available.md
@@ -0,0 +1,43 @@
+Title: Apache Solr™ 9.3.0 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 9.3.0.
+
+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's largest internet sites.
+
+Solr 9.3.0 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 9.3.0 Release Highlights:
+
+* The Lucene version used by Solr has been upgraded to 9.7.
+* Solr releases now have a slim variant, both for the binary release and the docker image.
+    * The Slim variant is the same as the normal variant, except that it does not include Solr modules or the Prometheus exporter.
+* Vector Search
+    * Added support for byte vector encoding in DenseVectorField and KnnQParser
+    * High dimensional vectors are now supported in Solr
+    * Solr can now take advantage of SIMD optimizations for Vector calculations, when run with Java 20 or 21.
+    * A new "vectorSimilarity" function query has been added to calculate similarity scores for DenseVectorFields
+* Solr now provides an ["Install Shard" API](https://solr.apache.org/guide/solr/9_3/deployment-guide/shard-management.html#installsharddata) to allow users who have built (per-shard) indices offline to import them into SolrCloud shards.
+* Solr’s experimental "v2" API has seen a number of improvements in the 9.3 release.
+    * It is now approaching parity with the functionality offered by Solr’s v1 API.
+    * 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.
+* New APIs for MigrateReplicas and BalanceReplicas. These work out-of-the-box with the built-in PlacementPlugins.
+    * The AffinityPlacementPlugin now supports co-location of shards between collections, using the "withCollectionShards" parameter.
+* Join Queries may handle equally sharded collections on both sides.
+    * Collections shards should be collocated via AffinityPlacementPlugin.withCollectionShards
+    * This operation doesn't support SplitShard
+* Unknown cores are no longer deleted by default when Solr starts. Use "solr.deleteUnknownCores=true" to use the previous behavior.
+* 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.
+
+Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:
+
+  <https://solr.apache.org/guide/solr/9_3/upgrade-notes/solr-upgrade-notes.html>
+
+Please read CHANGES.txt for a full list of new features, changes and bugfixes:
+
+  <https://solr.apache.org/9_3_0/changes/Changes.html>


[solr-site] 01/03: Update version variables for release 9.3.0

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit 8b8bb7f547a704af6aa95c3f3d06a6f956b72ca4
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jul 21 13:27:25 2023 -0400

    Update version variables for release 9.3.0
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 731fb42c9..b51a0e27c 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.2.1'
-SOLR_LATEST_RELEASE_DATE = datetime(2023, 5, 1)
+SOLR_LATEST_RELEASE = '9.3.0'
+SOLR_LATEST_RELEASE_DATE = datetime(2023, 7, 21)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.7.1'


[solr-site] 02/03: Update the htaccess.ref-guide-antora for release 9.3.0

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit 9132f1d7c74e590f42f30255c3534f2bbf0554da
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jul 21 13:27:53 2023 -0400

    Update the htaccess.ref-guide-antora for release 9.3.0
---
 themes/solr/templates/htaccess.ref-guide-antora | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/solr/templates/htaccess.ref-guide-antora b/themes/solr/templates/htaccess.ref-guide-antora
index c088e78d2..673a58d18 100644
--- a/themes/solr/templates/htaccess.ref-guide-antora
+++ b/themes/solr/templates/htaccess.ref-guide-antora
@@ -1,2 +1,2 @@
-Redirect 302 /guide/solr/9_2 /guide/solr/latest
+Redirect 302 /guide/solr/9_3 /guide/solr/latest
 Redirect 301 /guide/index.html /guide/solr/latest/index.html