Solr 3.6 released
Version 3.6 of Apache Solr was recently released. This will be the last 3.x release before 4.0 will come out later this year. Version 3.6 contains many improvements and bug fixes.
Here’s the release statement:
Version 3.6 of Apache Solr was recently released. This will be the last 3.x release before 4.0 will come out later this year. Version 3.6 contains many improvements and bug fixes.
Here’s the release statement:
Today a new version of Apache Solr was released, version 3.5.0. Here’s the release statement from the Lucene PMC: The Lucene PMC is pleased to announce the release of Apache Solr 3.5.0! See the CHANGES.txt file included with the release for a full list of details. Solr 3.5.0 Release Highlights: Bug fixes and improvements from Apache
After upgrading to Lion this week I got several issues, even if I’m using 10.7.1. I thought I’d share them – and their solutions with you.
I bought a new SSD disk and performed a clean install, just to start from scratch. But even before restoring any of my old settings, I got an issue with spinning beach-ball on the login screen before I could log in. Sometimes it also went straight to “bluescreen” telling me to restart.
The solution was found here, in short you need to login quickly before the lockup, then open Energy Saving preferences and disable automatic graphics switching. It solved the issue for me..
Super flexible AutoComplete with Solr
AutoComplete or AutoSuggest has in recent years become a “must-have” search feature. Solr can do AutoComplete in a number of ways (such as Suggester, TermsComponent and Faceting using facet.prefix), but in this post we’ll consider a more advanced and flexible option, namely querying a dedicated Solr Core search index for the suggestions. You may think that this sounds heavy weight, but we’re talking small data here so it is really efficient and snappy!
Even if it’s some work setting up, the benefits to this approach are really compelling:
Read More