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.11.0.
Read moresolr
Apache Solr 8.10.1
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.10.1.
Read moreApache Solr 8.10.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.10.0.
Read moreApache Solr 8.9.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.9.0.
Read moreApache Solr 8.8.2
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.8.1.
Read moreApache Solr 8.8.1
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.8.1.
Read moreIntroducing Solr Circuit Breakers
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 moreApache 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 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 more