Win Elasticsearch Server second edition e-book

Together with Packt Publishing we have give away copies of our latest book – “Elasticsearch Server 2nd Edition“. Although it is not about Solr, you can have a chance to learn about it and compare to Solr. For the readers of solr.pl we will modify the competition question – “What unusual use case you’ve implemented using Apache Solr”. You can also give an example of a functionality that can’t be achieved with Elasticsearch.

Read more

SolrCloud – What happens when ZooKeeper fails?

One of the questions I tend to get is what happens with SolrCloud cluster when ZooKeeper fails. Of course we are not talking about a single ZooKeeper instance failure, but the whole ensemble not being accessible and so the quorum not present. Because the answer to this question is very easy to verify i decided to make a simple blog post to show what happens when ZooKeeper fails.

Read more

Random documents from result set (Giveaway results !)

And now two birds with a single stone – a new article and the Apache Solr 4 Cookbook giveaway results. In this article we would like to show you how to implement random ordering of documents in the resulting using Apache Solr. Our example is real case scenario – we’ve used this to draw two giveaway participants. Those two comment authors that will be of top of the results set will receive the ebook.

Read more

Rich documents processing – on the search or application side?

When indexing so called “rich documents” we should sometimes think about, where we want those documents to be processes – should we send them to Apache Solr (or other search engine, like ElasticSearch) and forget about them or whether we should use Apache Tika before sending the document and send the extracted content along with other information for indexation.

Read more