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 6.x branch and it is numbered 6.6.1. This release introduces new features and fixes a few bugs found in the earlier version of Lucene and Solr. This is also the first Lucene and Solr release that officially supports Java 9.
Solr
Solr 7.0 – Point Type Fields
With the Solr 7.0 being just around the corner (RC2 voting was done this week) we decided to start sharing important changes that are going to be released with the next major Solr version. The first thing that we will mention are Point field types.
Lucene and Solr 6.6.0
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 6.x branch and it is numbered 6.6.0. This release introduces new features and fixes a few bugs found in the earlier version of Lucene and Solr.
Solr 6.5 and large stored fields – quick look
As we know Solr has a few caches, for example – filterCache for filters, queryResultCache for query results caching and of course the documentCache for caching documents for fast retrieval. Today we will focus on the last of the mentioned caches and what can be done to better utilize the cache if you use it.
Lucene and Solr 6.5.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 6.x branch and it is numbered 6.5.1. Release fixes a few bugs found in the 6.5 version of Lucene and Solr.
Lucene and Solr 6.5.0
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 6.x branch and it is numbered 6.5.0. This release introduces new features and fixes a few bugs found in the earlier version of Lucene and Solr.
Lucene and Solr 6.4.2
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 6.x branch and it is numbered 6.4.2. Release fixes a few bugs found in the 6.4 and 6.4.1 versions of Lucene and Solr.
Lucene and Solr 5.5.4
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.5.4. This is a bug fix release, which fixes important bugs found in 5.5.3 and earlier versions – for example memory leak that has been found.
Lucene and Solr 6.4.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 6.x branch and it is numbered 6.4.1. Release fixes a few bugs found in the 6.4 version of Lucene and Solr. Everyone running Solr 6.4 should consider an upgrade.
Autocomplete With Special Characters
Its been a long time since the last real blog post here on solr.pl, but better later than ever, right? So, today we will get back to the topic of autocomplete functionality with Solr Suggesters, facets and a standard queries with n-gram approach. So, the same functionality, but done with different approach, depending on the needs and preferences.