| Package | Description | 
|---|---|
| org.apache.solr.handler | |
| org.apache.solr.handler.extraction | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BinaryUpdateRequestHandler
Update handler which uses the JavaBin format 
 | 
class  | 
CSVRequestHandler  | 
class  | 
JsonUpdateRequestHandler
Add documents to solr using the noggit JSON parser. 
 | 
class  | 
XmlUpdateRequestHandler
Add documents to solr using the STAX XML parser. 
 | 
class  | 
XsltUpdateRequestHandler
Add documents to solr using the STAX XML parser, transforming it with XSLT first 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
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. 
 |