Uses of Class
org.apache.solr.handler.loader.ContentStreamLoader
-
Packages that use ContentStreamLoader Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.loader ContentStreamLoaderimplementations for use inContentStreamHandlerBaseimplementations -
-
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. loadersMethods in org.apache.solr.handler that return ContentStreamLoader Modifier and Type Method Description protected abstract ContentStreamLoaderContentStreamHandlerBase. newLoader(SolrQueryRequest req, UpdateRequestProcessor processor)protected ContentStreamLoaderUpdateRequestHandler. 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 classCSVLoaderclassCSVLoaderBaseclassJavabinLoaderUpdate handler which uses the JavaBin formatclassJsonLoaderclassXMLLoaderMethods in org.apache.solr.handler.loader that return ContentStreamLoader Modifier and Type Method Description static ContentStreamLoaderCborLoader. createLoader(org.apache.solr.common.params.SolrParams p)ContentStreamLoaderContentStreamLoader. 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)
-