Package | Description |
---|---|
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
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 |
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
|
Constructor and Description |
---|
JavabinLoader(ContentStreamLoader contentStreamLoader) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.