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
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
er...@gmail.com> wrote:
> Hi All - any examples of using solrJ and streaming expressions available?
> Like calling UpdateStream from solrJ?
>
> Thank you!
>
> -Joe
>
>
Hi All - any examples of using solrJ and streaming expressions
available? Like calling UpdateStream from solrJ?
Thank you!
-Joe