It is a pleasure to inform that the 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.4.1. This is a bug fix release, which fixes important bugs found in 5.4.
solr
Solr 5 – JSON Request API, part one
Solr 5 introduced a lot of changes to the world of the API’s and functionalities around Solr. JSON API and facets were the one that were moved from HeliosSearch project and resulted in users being able to send queries using JSON, which is a bit more human friendly compared to long queries constructed as URI. In this post we will introduce you to the world on JSON request API in Solr.
Lucene & Solr 5.4
Just before the end of the year we are happy to announce that the new version of Lucene library and Solr search server has been release. Of course, this is another release from the 5.x branch and it is numbered 5.4. Let’s take a look on what changes were introduced to those products.
Lucene & Solr 5.3.1
It is a pleasure to inform that the 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.3.1. This is a bug fix release, which fixes important bugs found in 5.3.
Lucene & Solr 5.3
Two months passed and again we are pleased 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.3. This release is definitely worth checking, especially for Solr users, because of new features coming to this search server.
SolrCloud: What happens when ZooKeeper fails – part two
In the previous blog post about SolrCloud we’ve talked about the situation when ZooKeeper connection failed and how Solr handles that situation. However, we only talked about query time behavior of SolrCloud and we said that we will get back to the topic of indexing in the future. That future is finally here – let’s see what happens to indexing when ZooKeeper connection is not available.
Solr 5.2: quick look on Solr backup functionality
Lucene and Solr 5.2.1
A few minutes ago we’ve read the announcement that the 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.1. This is a bug fix release, which fixes important bugs found in 5.2.
Solr 5.1: New faceting API (quick look)
With the recent release of Solr 5.1 we’ve got a nice, new functionalities in Solr. One of those new features is the new faceting module that allows to send reuquests in JSON format in the request body. In this blog entry we will try to quickly look at the functionality and see how Sorl changes when it comes to real time data analysis.
Lucene & Solr 5.1
A few minutes ago we’ve read the announcemnt that the 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.1. This release is definatelly worth checking, espesially for Solr users, because there are numerous changes ported from HeliosSearch.