ExtractingRequestHandler and related code.See: Description
| Interface | Description | 
|---|---|
| ExtractingMetadataConstants | Constants used internally by the  ExtractingRequestHandler. | 
| ExtractingParams | The various Solr Parameters names to use when extracting content. | 
| Class | Description | 
|---|---|
| ExtractingDocumentLoader | The class responsible for loading extracted content into Solr. | 
| ExtractingRequestHandler | Handler for rich documents like PDF or Word or any other file format that Tika handles that need the text to be extracted
 first from the document. | 
| RegexRulesPasswordProvider | Password provider for Extracting request handler which finds correct
 password based on file name matching against a list of regular expressions. | 
| SolrContentHandler | The class responsible for handling Tika events and translating them into  SolrInputDocuments. | 
| SolrContentHandlerFactory | 
ExtractingRequestHandler and related code.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.