public class JSONTupleStream extends Object
Constructor and Description |
---|
JSONTupleStream(Reader reader) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static JSONTupleStream |
create(SolrClient server,
SolrParams requestParams) |
Map<String,Object> |
next()
returns the next Tuple or null
|
public JSONTupleStream(Reader reader)
public static JSONTupleStream create(SolrClient server, SolrParams requestParams) throws IOException, SolrServerException
IOException
SolrServerException
public Map<String,Object> next() throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.