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.
Explain.solr.pl beta version available
We are pleased to announce, that http://explain.solr.pl is now available for users. Please remember that this is a beta version and will be further developed. If you want to know more details please read the following blog post.
Do I have to look for maxBooleanClauses when using filters ?
One of the configuration variables we can find in the solrconfig.xml file is maxBooleanClauses, which specifies the maximum number of boolean clauses that can be combined in a single query. The question is, do I have to worry about it when using filters in Solr ? Let’s try to answer that question without getting into Lucene and Solr source code.
Solr 4.0: DocTransformers first look
In todays entry we will look at the next feature that will come with version 4.0 of Apache Solr. We will look at the functionality which enables us to modify the fields in Solr result list.
Apache Lucene and Solr 3.5
Solr 4.0: new fl parameter functionalities – first look
In connection with the work of slowly upcoming release of Apache Solr version 4.0 I thought that it is time to bring some light on the functionalities that you will get into your own hands with the release of Apache Solr 4.0. The first change we will look at is a simple, but albeit useful functionality called pseudo fields, together with additional features related to the fl parameter.
Lucene Eurocon 2011 – day two
explain.solr.pl: Status
During the Lucene Eurocon 2011 conference we gave a talk about a tool that will enable you to analyze Solr search results. We promised, that the public version of the tool will be released soon. We would like to ensure that we are getting close to that moment. Right now we are focusing on the following things:
Lucene Eurocon 2011 – day one
As we wrote a few days ago we are back from this year Lucene Eurocon, which took place in Barcelona. Despite the fact that the videos will be available shortly, we decided to wrote something about those presentations we attended to.