Re: Truncated chunk in CloudSolrStream

2017-05-25 Thread Joel Bernstein
ectBuilder.java:37) > > > ~[supernova-2.4.0.jar:?] > > > at > > > org.apache.solr.client.solrj.io.stream.JSONTupleStream. > > > next(JSONTupleStream.java:85) > > > ~[supernova-2.4.0.jar:?] > > > at > > > org.apache.solr.client.solrj.io.str

Re: Truncated chunk in CloudSolrStream

2017-05-25 Thread Yago Riveiro
de snip running the stream seems like this: > > > > CloudSolrStream cstream = new CloudSolrStream() > > cstream.open(); > > > > while (true) { > > Tuple tuple = cstream.read(); > > .. > > } > > > > Regards, > > > > > > > > > > - > > Best regards > > > > /Yago > > -- > > View this message in context: http://lucene.472066.n3. > > nabble.com/Truncated-chunk-in-CloudSolrStream-tp4337181.html > > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Truncated chunk in CloudSolrStream

2017-05-25 Thread Joel Bernstein
olrj.io.stream.SolrStream.read( > SolrStream.java:207) > ~[supernova-2.4.0.jar:?] > > The code snip running the stream seems like this: > > CloudSolrStream cstream = new CloudSolrStream() > cstream.open(); > > while (true) { > Tuple tuple = cstream.read(); >

Truncated chunk in CloudSolrStream

2017-05-25 Thread Yago Riveiro
: CloudSolrStream cstream = new CloudSolrStream() cstream.open(); while (true) { Tuple tuple = cstream.read(); .. } Regards, - Best regards /Yago -- View this message in context: http://lucene.472066.n3.nabble.com/Truncated-chunk-in-CloudSolrStream-tp4337181.html Sent from the Solr