Uses of Class
org.apache.solr.handler.loader.ContentStreamLoader
-
Packages that use ContentStreamLoader Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandler
org.apache.solr.handler.loader ContentStreamLoader
implementations for use inContentStreamHandlerBase
implementations -
-
Uses of ContentStreamLoader in org.apache.solr.handler
Fields in org.apache.solr.handler with type parameters of type ContentStreamLoader Modifier and Type Field Description protected Map<String,ContentStreamLoader>
UpdateRequestHandler. loaders
Methods in org.apache.solr.handler that return ContentStreamLoader Modifier and Type Method Description protected abstract ContentStreamLoader
ContentStreamHandlerBase. newLoader(SolrQueryRequest req, UpdateRequestProcessor processor)
protected ContentStreamLoader
UpdateRequestHandler. newLoader(SolrQueryRequest req, UpdateRequestProcessor processor)
Methods in org.apache.solr.handler that return types with arguments of type ContentStreamLoader Modifier and Type Method Description protected Map<String,ContentStreamLoader>
UpdateRequestHandler. createDefaultLoaders(org.apache.solr.common.util.NamedList<?> args)
-
Uses of ContentStreamLoader in org.apache.solr.handler.loader
Subclasses of ContentStreamLoader in org.apache.solr.handler.loader Modifier and Type Class Description class
CSVLoader
class
CSVLoaderBase
class
JavabinLoader
Update handler which uses the JavaBin formatclass
JsonLoader
class
XMLLoader
Methods in org.apache.solr.handler.loader that return ContentStreamLoader Modifier and Type Method Description static ContentStreamLoader
CborLoader. createLoader(org.apache.solr.common.params.SolrParams p)
ContentStreamLoader
ContentStreamLoader. init(org.apache.solr.common.params.SolrParams args)
This should be called once for each RequestHandlerConstructors in org.apache.solr.handler.loader with parameters of type ContentStreamLoader Constructor Description JavabinLoader(ContentStreamLoader contentStreamLoader)
-