Class JSONTupleStream
java.lang.Object
org.apache.solr.client.solrj.io.stream.JSONTupleStream
- All Implemented Interfaces:
Closeable,AutoCloseable,TupleStreamParser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSONTupleStream
-
-
Method Details
-
create
public static JSONTupleStream create(org.apache.solr.client.solrj.SolrClient server, org.apache.solr.common.params.SolrParams requestParams) throws IOException, org.apache.solr.client.solrj.SolrServerException - Throws:
IOExceptionorg.apache.solr.client.solrj.SolrServerException
-
next
returns the next Tuple or null- Specified by:
nextin interfaceTupleStreamParser- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-