<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Solr.pl</title>
	<atom:link href="https://solr.pl/en/feed/" rel="self" type="application/rss+xml" />
	<link>https://solr.pl/en/</link>
	<description>All things to be found - Blog related to Apache Solr &#38; Lucene projects - https://solr.apache.org</description>
	<lastBuildDate>Thu, 05 Mar 2026 07:11:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Apache Solr 10.0.0</title>
		<link>https://solr.pl/en/2026/03/05/apache-solr-10-0-0/</link>
					<comments>https://solr.pl/en/2026/03/05/apache-solr-10-0-0/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Thu, 05 Mar 2026 07:10:49 +0000</pubDate>
				<category><![CDATA[Solr]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[solr]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1467</guid>

					<description><![CDATA[For Apache Solr numbered 10 we had to wait for more than 3.5 years, to be precise since 12th May 2022, but it is finally here. It is nice to say that we can now download Apache Solr 10.0.0. Let&#8217;s]]></description>
										<content:encoded><![CDATA[
<p>For Apache Solr numbered 10 we had to wait for more than 3.5 years, to be precise since 12th May 2022, but it is finally here. It is nice to say that we can now download Apache Solr 10.0.0. Let&#8217;s have a look at what we can expect from the newest version of it.</p>



<span id="more-1467"></span>



<p>Some of the changes introduced in Apache Solr <strong>10.0.0</strong>:</p>



<ul class="wp-block-list">
<li>Java 21 is now the minimum Java version for Apache Solr.</li>



<li>GPU details were added to the Admin UI.</li>



<li>New, experimental Admin UI was added &#8211; available under URI &#8211; <strong><em>/solr/compose</em></strong>.</li>



<li>When starting Solr using the command line <strong>bin/solr</strong> Solr now starts in cloud mode by default. </li>



<li>We can now use modern NLP models from Apache OpenNLP with Solr.</li>



<li>Changes to Solr vector functionality:
<ul class="wp-block-list">
<li>Support for <em>SeededKnnVectorQuery</em>. </li>



<li>Support for <em>PatienceKnnVectorQuery</em>.</li>



<li>Support for scalar quantized dense vectors.</li>



<li>Support for binary quantized dense vectors.</li>



<li>Support for cuVS-Lucene as a pluggable codec.</li>
</ul>
</li>



<li>MergeOnFlushMergePolicy is enabled in Solr. </li>



<li>Lots of removals for deprecated features:
<ul class="wp-block-list">
<li><em>LowerCaseTokenizer</em> and <em>LowerCaseTokenizerFactory</em> are now removed.</li>



<li><em>ManagedSynonymFilterFactory</em> is now removed.</li>



<li><em>JaspellLookupFactory</em> suggester is now removed.</li>



<li>Analytics component was removed.</li>



<li><em>ExternalFileField</em> is now removed.</li>



<li><em>CurrencyField</em> is now removed.</li>



<li><em>EnumField</em> is now removed.</li>
</ul>
</li>



<li>Raising the per <em>ramPerThreadHardLimit</em> to be configurable with more than 2GB.</li>



<li>Any much, much more including dependencies upgrades.</li>
</ul>



<p>We encourage you to take a look at the full list of changes available at <a href="https://solr.apache.org/docs/10_0_0/changes/Changes.html">https://solr.apache.org/docs/10_0_0/changes/Changes.html</a>.</p>



<p>Apache Solr and its newest <strong>10.0.0</strong> version can be downloaded at: <a href="https://dlcdn.apache.org/solr/">https://dlcdn.apache.org/solr/</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2026/03/05/apache-solr-10-0-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Lucene 10.4.0</title>
		<link>https://solr.pl/en/2026/03/01/apache-lucene-10-4-0/</link>
					<comments>https://solr.pl/en/2026/03/01/apache-lucene-10-4-0/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Sun, 01 Mar 2026 09:10:15 +0000</pubDate>
				<category><![CDATA[Lucene]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[release]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1483</guid>

					<description><![CDATA[It is a pleasure to inform you that a new, major version of the Apache Lucene library has been released &#8211; Apache Lucene 10.4.0. Some of the changes included in the Apache Lucene 10.4.0 release: The complete list of changes]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that a new, major version of the Apache Lucene library has been released &#8211; Apache Lucene <strong>10.4.0</strong>.</p>



<span id="more-1483"></span>



<p>Some of the changes included in the Apache Lucene 10.4.0 release:</p>



<ul class="wp-block-list">
<li>Improved quantized formats for dense vectors and knn search.</li>



<li>API changes around dense vectors and numerical doc values. </li>



<li>Deleted documents handling improvements.</li>
</ul>



<p>The complete list of changes can be found at: <a href="https://lucene.apache.org/core/10_4_0/changes/Changes.html">https://lucene.apache.org/core/10_4_0/changes/Changes.html</a>.</p>



<p>Apache Lucene<strong> 10.4.0</strong> can be downloaded from <a href="https://lucene.apache.org/core/downloads.html">https://lucene.apache.org/core/downloads.html</a>.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2026/03/01/apache-lucene-10-4-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Solr 9.10.1</title>
		<link>https://solr.pl/en/2026/01/21/apache-solr-9-10-1/</link>
					<comments>https://solr.pl/en/2026/01/21/apache-solr-9-10-1/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Wed, 21 Jan 2026 07:25:59 +0000</pubDate>
				<category><![CDATA[Solr]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[solr]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1476</guid>

					<description><![CDATA[It is a pleasure to inform you that the new version of the Solr search server has been released. It is the next release from the 9.x branch and it is numbered 9.10.1. The 9.10.1 is a bug fix release.]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that the new version of the Solr search server has been released. It is the next release from the 9.x branch and it is numbered <strong>9.10.1</strong>.</p>



<span id="more-1476"></span>



<p>The 9.10.1 is a bug fix release. The full list of changes can be found <a href="https://solr.apache.org/docs/9_10_1/changes/Changes.html">here</a>.</p>



<p>You can download Solr 9.10.1 <a href="https://lucene.apache.org/solr/downloads.html">here</a>.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2026/01/21/apache-solr-9-10-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Lucene 10.3.2</title>
		<link>https://solr.pl/en/2025/12/12/apache-lucene-10-3-2/</link>
					<comments>https://solr.pl/en/2025/12/12/apache-lucene-10-3-2/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Fri, 12 Dec 2025 14:13:39 +0000</pubDate>
				<category><![CDATA[Lucene]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[release]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1460</guid>

					<description><![CDATA[It is a pleasure to inform you that a new version of the Apache Lucene library has been released. It is the bug fix release for the 10.x branch. The release is all about fixing two of the reported bugs.]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that a new version of the Apache Lucene library has been released. It is the bug fix release for the <strong>10.x</strong> branch.</p>



<span id="more-1460"></span>



<p>The release is all about fixing two of the reported bugs. For more details we suggest having a look at <a href="https://lucene.apache.org/core/10_3_2/changes/Changes.html">Apache Lucene change log</a>.</p>



<p>Apache Lucene <strong>10.3.2</strong> can be downloaded from <a href="https://dlcdn.apache.org/lucene/java/">https://dlcdn.apache.org/lucene/java/</a>.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2025/12/12/apache-lucene-10-3-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Solr 9.10.0</title>
		<link>https://solr.pl/en/2025/11/09/apache-solr-9-10-0/</link>
					<comments>https://solr.pl/en/2025/11/09/apache-solr-9-10-0/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Sun, 09 Nov 2025 07:55:50 +0000</pubDate>
				<category><![CDATA[Solr]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[solr]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1454</guid>

					<description><![CDATA[It is a pleasure to inform you that the new version of the Solr search server has been released. It is the next release from the 9.x branch and it is numbered 9.10.0. Some of the changes introduced in Solr]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that the new version of the Solr search server has been released. It is the next release from the 9.x branch and it is numbered <strong>9.10.0</strong>.</p>



<span id="more-1454"></span>



<p>Some of the changes introduced in Solr <strong>9.10.0</strong>:</p>



<ul class="wp-block-list">
<li>Support for Java 24 and newer with Security Manager turned off.</li>



<li>Support for external Apache Tika server &#8211; we no longer need to process document in Solr process.</li>



<li>Apache Lucene upgrade &#8211; Solr now uses 9.12.3.</li>



<li>The <em>shards.preference=replica.location</em> parameter now supports <em>host</em> option.</li>



<li>A few functions marked as deprecated and scheduled for removal in Solr 10:
<ul class="wp-block-list">
<li>XLSXResponseWriter,</li>



<li>Apache Tika based language detection,</li>



<li>In process Apache Tika use in Apache Solr.</li>
</ul>
</li>
</ul>



<p>We encourage you to read the whole list of changes at: <a href="https://solr.apache.org/docs/9_10_0/changes/Changes.html">https://solr.apache.org/docs/9_10_0/changes/Changes.html</a>.</p>



<p>Apache Solr<strong> 9.10.0</strong> can be downloaded from <a href="https://dlcdn.apache.org/solr/">https://dlcdn.apache.org/solr/</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2025/11/09/apache-solr-9-10-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Lucene 9.12.3</title>
		<link>https://solr.pl/en/2025/10/18/apache-lucene-9-12-3/</link>
					<comments>https://solr.pl/en/2025/10/18/apache-lucene-9-12-3/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Sat, 18 Oct 2025 06:22:29 +0000</pubDate>
				<category><![CDATA[Lucene]]></category>
		<category><![CDATA[lucene]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1448</guid>

					<description><![CDATA[It is a pleasure to inform you that a new version of the Apache Lucene library has been released. It is the bug fix release for the 9.x branch. The release is all about fixing two of the reported bugs.]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that a new version of the Apache Lucene library has been released. It is the bug fix release for the <strong>9.x</strong> branch.</p>



<span id="more-1448"></span>



<p>The release is all about fixing two of the reported bugs. For more details we suggest having a look at <a href="https://lucene.apache.org/core/9_12_3/changes/Changes.html">Apache Lucene change log</a>.</p>



<p>Apache Lucene<strong> 9.12.3</strong> can be downloaded from <a href="https://dlcdn.apache.org/lucene/java/">https://dlcdn.apache.org/lucene/java/</a>.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2025/10/18/apache-lucene-9-12-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Lucene 10.3.0</title>
		<link>https://solr.pl/en/2025/09/16/apache-lucene-10-3-0/</link>
					<comments>https://solr.pl/en/2025/09/16/apache-lucene-10-3-0/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Tue, 16 Sep 2025 19:23:14 +0000</pubDate>
				<category><![CDATA[Lucene]]></category>
		<category><![CDATA[release]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1442</guid>

					<description><![CDATA[It is a pleasure to inform you that a new, major version of the Apache Lucene library has been released &#8211; Apache Lucene 10.3.0. Some of the changes included in the Apache Lucene 10.3.0: The complete list of changes can]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that a new, major version of the Apache Lucene library has been released &#8211; Apache Lucene <strong>10.3.0</strong>.</p>



<span id="more-1442"></span>



<p>Some of the changes included in the Apache Lucene 10.3.0:</p>



<ul class="wp-block-list">
<li>Support for JDK 25 in Panama Vectorization Provider.</li>



<li>Support for Re-Ranking Queries using Late Interaction Model Multi-Vectors.</li>



<li>Decrease TieredMergePolicy&#8217;s default number of segments per tier from 10 to 8.</li>



<li>MultiIndexMergeScheduler &#8211; multi-tenant merge scheduler.</li>



<li>Lots of improvements and adjustments.</li>
</ul>



<p>The complete list of changes can be found at: <a href="https://lucene.apache.org/core/10_3_0/changes/Changes.html#v10.1.0">https://lucene.apache.org/core/10_3_0/changes/Changes.html</a>.</p>



<p>Apache Lucene<strong> 10.3.0</strong> can be downloaded from <a href="https://lucene.apache.org/core/downloads.html">https://lucene.apache.org/core/downloads.html</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2025/09/16/apache-lucene-10-3-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Solr 9.9.0</title>
		<link>https://solr.pl/en/2025/07/28/apache-solr-9-9-0/</link>
					<comments>https://solr.pl/en/2025/07/28/apache-solr-9-9-0/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Mon, 28 Jul 2025 21:04:28 +0000</pubDate>
				<category><![CDATA[Solr]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[solr]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1432</guid>

					<description><![CDATA[It is a pleasure to inform you that the new version of the Solr search server has been released. It is the next release from the 9.x branch and it is numbered 9.9.0. Some of the changes introduced in Solr]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that the new version of the Solr search server has been released. It is the next release from the 9.x branch and it is numbered <strong>9.9.0</strong>.</p>



<span id="more-1432"></span>



<p>Some of the changes introduced in Solr <strong>9.9.0</strong>:</p>



<ul class="wp-block-list">
<li>Starting from 9.9.0 Solr supports encoding text to vectors during indexing via external LLM services.</li>



<li>Function queries can use a numeric subset of Javascript and in additon to that access fileds and score value. All thank to the Expressions module of Apache Lucene.</li>



<li>Jetty&#8217;s Graceful Shutdown is now supported when <strong><em>SOLR_JETTY_GRACEFUL</em></strong> is set to <strong><em>true</em></strong> preventing Solr from disrupting queries during shutdown.</li>



<li>Various optimizations and bug fixes in SolrJ clients.</li>



<li>PKI Authentication supports caching and is more performant when working in high-throughput clusters.</li>
</ul>



<p>We encourage you to read the whole list of changes at: <a href="https://solr.apache.org/docs/9_9_0/changes/Changes.html">https://solr.apache.org/docs/9_9_0/changes/Changes.html</a>.</p>



<p>Apache Solr<strong> 9.9.0</strong> can be downloaded from <a href="https://dlcdn.apache.org/solr/">https://dlcdn.apache.org/solr/</a>.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2025/07/28/apache-solr-9-9-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Lucene 10.2.2</title>
		<link>https://solr.pl/en/2025/06/20/apache-lucene-10-2-2/</link>
					<comments>https://solr.pl/en/2025/06/20/apache-lucene-10-2-2/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Fri, 20 Jun 2025 21:11:50 +0000</pubDate>
				<category><![CDATA[Lucene]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[release]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1424</guid>

					<description><![CDATA[It is a pleasure to inform you that a new version of the Apache Lucene library has been released. It is the bug fix release for the 10.x branch. The release is all about fixing two of the reported bugs.]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that a new version of the Apache Lucene library has been released. It is the bug fix release for the <strong>10.x</strong> branch.</p>



<span id="more-1424"></span>



<p>The release is all about fixing two of the reported bugs. For more details we suggest having a look at <a href="https://lucene.apache.org/core/10_2_2/changes/Changes.html">Apache Lucene change log</a>.</p>



<p>Apache Lucene<strong> 10.2.2</strong> can be downloaded from <a href="https://dlcdn.apache.org/lucene/java/">https://dlcdn.apache.org/lucene/java/</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2025/06/20/apache-lucene-10-2-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache Lucene 9.12.2</title>
		<link>https://solr.pl/en/2025/06/20/apache-lucene-9-12-2/</link>
					<comments>https://solr.pl/en/2025/06/20/apache-lucene-9-12-2/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Fri, 20 Jun 2025 21:10:03 +0000</pubDate>
				<category><![CDATA[Lucene]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[release]]></category>
		<guid isPermaLink="false">https://solr.pl/?p=1422</guid>

					<description><![CDATA[It is a pleasure to inform you that a new version of the Apache Lucene library has been released. It is the bug fix release for the 9.x branch. The release is all about fixing two of the reported bugs.]]></description>
										<content:encoded><![CDATA[
<p>It is a pleasure to inform you that a new version of the Apache Lucene library has been released. It is the bug fix release for the <strong>9.x</strong> branch.</p>



<span id="more-1422"></span>



<p>The release is all about fixing two of the reported bugs. For more details we suggest having a look at <a href="https://lucene.apache.org/core/9_12_2/changes/Changes.html">Apache Lucene change log</a>.</p>



<p>Apache Lucene<strong> 9.12.2</strong> can be downloaded from <a href="https://dlcdn.apache.org/lucene/java/">https://dlcdn.apache.org/lucene/java/</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2025/06/20/apache-lucene-9-12-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
