Package org.apache.solr.handler.loader
Class CSVLoader
- java.lang.Object
- 
- org.apache.solr.handler.loader.ContentStreamLoader
- 
- org.apache.solr.handler.loader.CSVLoader
 
 
- 
 public class CSVLoader extends ContentStreamLoader 
- 
- 
Constructor SummaryConstructors Constructor Description CSVLoader()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload(SolrQueryRequest req, SolrQueryResponse rsp, org.apache.solr.common.util.ContentStream stream, UpdateRequestProcessor processor)Loaders are responsible for closing the stream- 
Methods inherited from class org.apache.solr.handler.loader.ContentStreamLoadergetDefaultWT, init
 
- 
 
- 
- 
- 
Method Detail- 
loadpublic void load(SolrQueryRequest req, SolrQueryResponse rsp, org.apache.solr.common.util.ContentStream stream, UpdateRequestProcessor processor) throws Exception Description copied from class:ContentStreamLoaderLoaders are responsible for closing the stream- Specified by:
- loadin class- ContentStreamLoader
- Parameters:
- req- The input- SolrQueryRequest
- rsp- The response, in case the Loader wishes to add anything
- stream- The- ContentStreamto add
- processor- The- UpdateRequestProcessorto use
- Throws:
- Exception
 
 
- 
 
-