This document provides a tutorial for using Apache Solr to index and search plain text files, HTML files, and remote HTML files. It introduces Solr Cell, a new module in Solr 1.4 that can access many file formats. The tutorial walks through installing the example files, indexing text files with cURL and Solr Cell, indexing all files in a directory with a shell script, indexing HTML files and extracting metadata, and indexing remote files by downloading them. The goal is to demonstrate indexing common file types that users are likely to have access to.