org.apache.solr.handler.loader
Class JsonLoader

java.lang.Object
  extended by org.apache.solr.handler.loader.ContentStreamLoader
      extended by org.apache.solr.handler.loader.JsonLoader

public class JsonLoader
extends ContentStreamLoader

Since:
solr 4.0

Constructor Summary
JsonLoader()
           
 
Method Summary
 String getDefaultWT()
           
 void load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream, UpdateRequestProcessor processor)
          Loaders are responsible for closing the stream
 
Methods inherited from class org.apache.solr.handler.loader.ContentStreamLoader
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonLoader

public JsonLoader()
Method Detail

getDefaultWT

public String getDefaultWT()
Overrides:
getDefaultWT in class ContentStreamLoader

load

public void load(SolrQueryRequest req,
                 SolrQueryResponse rsp,
                 ContentStream stream,
                 UpdateRequestProcessor processor)
          throws Exception
Description copied from class: ContentStreamLoader
Loaders are responsible for closing the stream

Specified by:
load in class ContentStreamLoader
Parameters:
req - The input SolrQueryRequest
rsp - The response, in case the Loader wishes to add anything
stream - The ContentStream to add
processor - The UpdateRequestProcessor to use
Throws:
Exception


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.