This document provides an overview of integrating Solr with Hadoop for big data search capabilities. It discusses Lucene as the core search library that Solr is built on top of. It then covers ways Solr has been integrated with Hadoop, including putting the Solr index and transaction log directly in HDFS, running Solr on HDFS, and enabling Solr replication on HDFS. Other topics include using MapReduce for scalable index building, integrating Flume and HBase with Solr, and using Morphlines for extraction, transformation, and loading data into Solr.