This document discusses using Solr to improve search performance in large Elgg sites. It outlines issues with Elgg's bundled search using MySQL, introduces the Elgg Solr plugin which indexes data into a Solr search engine for faster searches, and explains how the plugin mirrors Elgg entities and integrates search into existing hooks and pagehandlers. A case study shows Solr providing a 144x speed improvement over MySQL for generating member reports. The document concludes by mentioning the open source Elgg Solr plugin and ideas for future improvements.