Re: Streaming In Solr

2018-12-03 Thread Lucky Sharma
Hi Joel, Thanks for the info :) On Wed, Nov 14, 2018 at 8:13 PM Joel Bernstein wrote: > > The implementation is as follows: > > 1) There are "stream sources" that generate results from Solr Cloud > collections. Some of these include: search, facet, knnSearch, random, > timeseries, nodes, sql etc..

Re: Streaming In Solr

2018-11-14 Thread Joel Bernstein
The implementation is as follows: 1) There are "stream sources" that generate results from Solr Cloud collections. Some of these include: search, facet, knnSearch, random, timeseries, nodes, sql etc... 2) There are "stream decorators" that wrap stream sources and operated over the result set tuple

Re: Streaming In Solr

2018-11-14 Thread Lucky Sharma
Hi Prakhar, Thanks for the reply, But What I am actually curious to know how is it implemented Internally? On Wed, Nov 14, 2018 at 12:47 PM Prakhar Nigam wrote: > > HI Lucky Prakhar here > > we have met at a training at Mahindra Comviva. I have found this article it > may be a little helpful > >

RE: Streaming In Solr

2018-11-13 Thread Prakhar Nigam
HI Lucky Prakhar here we have met at a training at Mahindra Comviva. I have found this article it may be a little helpful https://medium.com/@sarkaramrit2/getting-started-with-streaming-expressions-in-apache-solr-b49111a417e3 Regards, Prakhar From: Lucky Sharma