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
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.
> >
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();
>
:
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