| Package | Description |
|---|---|
| org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler
|
| org.apache.solr.handler.extraction |
ExtractingRequestHandler and related code. |
| org.apache.solr.handler.loader |
ContentStreamLoader implementations for
use in ContentStreamHandlerBase implementations
|
| Modifier and Type | Method and Description |
|---|---|
protected ContentStreamLoader |
UpdateRequestHandler.newLoader(SolrQueryRequest req,
UpdateRequestProcessor processor) |
protected abstract ContentStreamLoader |
ContentStreamHandlerBase.newLoader(SolrQueryRequest req,
UpdateRequestProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,ContentStreamLoader> |
UpdateRequestHandler.createDefaultLoaders(NamedList args) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtractingDocumentLoader
The class responsible for loading extracted content into Solr.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContentStreamLoader |
ExtractingRequestHandler.newLoader(SolrQueryRequest req,
UpdateRequestProcessor processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVLoader |
class |
JavabinLoader
Update handler which uses the JavaBin format
|
class |
JsonLoader |
class |
XMLLoader |
| Modifier and Type | Method and Description |
|---|---|
ContentStreamLoader |
ContentStreamLoader.init(SolrParams args)
This should be called once for each RequestHandler
|
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.