With the Solr 8.7 release, we were given a very useful feature called circuit breakers. A circuit breaker design pattern allows stopping execution when certain criteria are met. For example, when the memory usage is higher than defined a query execution may be stopped, or when the CPU usage on a given node is too high. Let’s look at what Solr 8.7 brings us.
Read moreSolr
Apache Solr 8.7.0
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 8.x branch and it is numbered 8.7.0.
Read moreEnabling Tracing in Solr
With the release of Solr 8.2, we’ve got the support for Open Tracing. Vendor-neutral APIs that support distributed tracing and allow us to choose whatever backend or vendor that we want to store our traces. No matter if we want to stay in the open-source world or we want to go with one of the commercial vendors supporting Open Tracing. Let’s have a look at how into how we can enable distributed tracing in Solr.
Read moreApache Solr 8.6.3
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 8.x branch and it is numbered 8.6.3. This release introduces fixes for the bugs found in the 8.6.2 version.
Read moreRankField & Rank Query Parser
One of the additions to Solr that we didn’t talk about yet is the new field type called the RankField and the Rank Query Parser that can leverage it. Together they can be used to introduce scoring based on the content of the document in an optimized way. Let’s have a quick look at what the mentioned pair gives us.
Read moreLucene and Solr 8.6.2
It is a pleasure to inform that the new version of the Lucene library and Solr search server has been released. It is the next release from the 8.x branch and it is numbered 8.6.2. This release introduces fixes for the bugs found in the 8.6.1 version.
Read moreLucene and Solr 8.6.1
It is a pleasure to inform that the new version of the Lucene library and Solr search server has been released. It is the next release from the 8.x branch and it is numbered 8.6.1. This release introduces fixes for the bugs found in the 8.6.0 version.
Read moreLucene and Solr 8.6.0
It is a pleasure to inform that the new version of the Lucene library and Solr search server has been released. It is the next release from the 8.x branch and it is numbered 8.6.0. This release introduces fixes for the bugs found in the previous versions along with new features.
Read moreLucene & Solr 5.2
It is again nice to announce that today a new version of Lucene library and Solr search server has been released. It is another release from the 5.x branch and it is numbered 5.2. This release is definitely worth checking, especially for Solr users,of new features coming to this search server.
Lucene and Solr 8.5.2
It is a pleasure to inform that the new version of Lucene library and Solr search server has been released. It is the next release from the 8.x branch and it is numbered 8.5.2. This release introduces fixes for the bugs found in the 8.5.1 version.
Read more