May 14th, 2012Posted by gr0
Sometimes Lucene and Solr out of the box functionality is not enough. When such time comes, we need to extend what Lucene and Solr gives us and create our own plugin. In todays post I’ll try to show how to develop a custom filter and use it in Solr.
Read full article
|
April 30th, 2012Posted by gr0
One of the new features, which will be introduces with Solr 4.0 is a new SpellChecker implementation, which doesn’t require its own index. I decided to take a quick look at it and share my thoughts.
Read full article
|
April 16th, 2012Posted by negativ
We are proud to inform that we deployed a new version of explain.solr.pl, software for debugging and analyzing Solr queries. This version contains the following changes: bugfixes initial support for dla Solr 4.0 support for ruby 1.9 Source code is available on our GitHub.
Read full article
|
April 12th, 2012Posted by gr0
Today Apache Lucene and Solr PMC announced another version of Apache Lucene library and Apache Solr search server numbred 3.6. When comparing to the 3.5 there were some major changes introduced about which you can read in the rest of the post.
Read full article
|
April 2nd, 2012Posted by gr0
Because Polish language analysis functionality is present in Lucene (and Solr) for some time I decided to take a look and compare it on the basis of upcoming Lucene and Solr 4.0.
Read full article
|
March 19th, 2012Posted by gr0
The incoming Solr 3.6 will bring us an interesting feature in the form of currency handling. Some may ask “What for ? We can just use float and we can use it for currency handling”. So let’s take a look at solr.CurrencyField which will be presented in Solr 3.6.
Read full article
|
March 5th, 2012Posted by gr0
From the day Solr 3.4 was released its users got a nice feature which allows if the results of a filter query or query should be placed in cache. In addition to that we got the possibility to set filter query cost. Let’s see how to use those features.
Read full article
|
February 27th, 2012Posted by negativ
As we promised earlier, source code for explain.solr.pl is now published. To refresh Your memory: it is a tool to visualize Solr search results and get the following information: why a document was placed in the results list, why a document wasn’t placed in the results list. More detailed information can be found here. We [...]
Read full article
|
February 20th, 2012Posted by gr0
Recently we had a change to help with a non-commercial project which included search as its part. One of the assumptions, although not the key ones, was the photo search functionality, so that the user could find the pictures fast and accurately. Because the search had to work with meta data of JPEG files, the [...]
Read full article
|
February 6th, 2012Posted by gr0
Dismax query parser have been with Solr for a long time. Most of the time we use parameters like qf, pf or mm forgetting about a very useful parameter which allows us to control how the lower scoring fields are treated – about the tie parameter.
Read full article
|