One of the functionality of the latest Solr version (3.5) is the ability to identify the language of the document during its indexation. In todays entry we will see how Apache Solr work together with Apache Tika to identify the language of the documents.
Month: January 2012
Explain 0.9.1 – New version
After a few weeks (counting Christmas, when people don’t usually analyze theirs Solr queries ;)) we would like to share some thoughts about releasing explain.solr.pl.
Solr 4.0: Realtime GET
The next functionality I decided to look at, from the upcoming Solr 4.0, is the so called “Realtime Get”. It allows you to see the data even though it was not yet added to the index, thus before the commit operation being sent to Solr. Let’s see how it works.