My Links for Apache Solr 1.4

Here is my Solr/Lucene Link list. Last update: Oct’ 2010

Solr

Feature and Get Started Overview

Query

Multiple Cores

Facetting/Navigators

Grouping/Field Collapsing

Result Highlighting

Config Xml

  • Caching -> performance boost: set HashDocSet to 0.005 of all documents!

Statistics with the StatsComponent

Updating/Indexing

Replication for Solr >1.4

  • See SOLR-561 for more information.
  • Scaling article
  • Dashboard via solr/admin/replication/index.jsp
  • index version via solr/replication?command=details (if we would use ?indexversion this would always return 0?)
  • linux script to monitor health of replication
  • bugs: SOLR-1781 (and SOLR-978)

Scaling Solr

SolrJ

Get source via:

Tips and Tricks

  • If you have heavy commits (‘realtime upates’) don’t miss to read this thread about ‘Tuning Solr caches with high commit rates (NRT)’ from Peter Sturge

Lucene

Lucene FAQ

Did you mean

Highlighting

When to prefer Lucene over Solr? Or should I use Hibernate Search?

Advertisement