Re: SolrJ and Streaming

2017-04-18 Thread Joe Obernberger
k; } } } finally { stream.close(); } Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Apr 18, 2017 at 2:33 PM, Joe Obernberger < joseph.obernber...@gmail.com> wrote: Hi All - any examples of using solrJ and streaming expressions available? Like calling UpdateStream from solrJ? Thank you! -Joe

Re: SolrJ and Streaming

2017-04-18 Thread Joel Bernstein
Tuple tuple = stream.read(); > > if(tuple.EOF) { > > break; > > } > >} > > } finally { > > stream.close(); > > } > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Tue, Apr 18, 2017 at 2:33 PM, Joe Obernbe

Re: SolrJ and Streaming

2017-04-18 Thread Joel Bernstein
er...@gmail.com> wrote: > Hi All - any examples of using solrJ and streaming expressions available? > Like calling UpdateStream from solrJ? > > Thank you! > > -Joe > >

SolrJ and Streaming

2017-04-18 Thread Joe Obernberger
Hi All - any examples of using solrJ and streaming expressions available? Like calling UpdateStream from solrJ? Thank you! -Joe