Today Apache Lucene and Solr PMC announced another version of Apache Lucene library and Apache Solr search server numbred 3.6.2. This is a minor bugfix release concentrated mainly on bugfixes in Apache Lucene library.
Solr 4.0 Cookbook
Solr 4.1: Stored fields compression
Despite the fact that Lucene and Solr 4.0 is still very fresh we decided that its time to take a look at the changes in the approaching 4.1 version. One of those changes will be stored fields compression to decrease the size of the index size, when we use such fields. Let’s take a look and see how that works.
Apache Lucene and Solr 4.0 released!
After three years of development we can finally say that Apache Lucene library and Solr server 4.0 have been released.
Apache Lucene and Solr 4.0 beta
We are getting closer and closer to the final release of Apache Lucene and Solr 4.0 as a few minutes ago 4.0 beta of Apache Lucene library and Solr search servers were released.
Backing Up Your Index
Did you ever wonder if you can create a backup of your index with the tools available in Solr ? For exmaple after every commit or optimize operation ? Or may you would like to create backups with the HTTP API call ? Lets see what possibilities Solr has to offer.
Apache Lucene and Solr 3.6.1
Today Apache Lucene and Solr PMC announced another version of Apache Lucene library and Apache Solr search server numbred 3.6.1. This is a minor bugfix release concentrated mainly on bugfixes in Apache Lucene library.
Solr 4.0: Partial documents update
As Lucene and Solr are slowly showing up on the horizon I decided to take a look at another Solr feature which may be very useful for users – partial document update.
Apache Lucene and Solr 4.0 alpha
Developing Your Own ExchangeRateProvider for CurrencyField Type
In the previous entry showing how to develop custom Solr functionalities we are showing how to implement your own Solr filter. Today I’ll show you how to implement your own exchange rate provider, so we will implement the ExchangeRateProvider for the CurrencyField type introduced in Solr 3.6.
