Re: Stream - substitute result from output of a stream expr as filter query to another expr

2022-09-06 Thread Susheel Kumar
Hi Joel, sorry I missed your reply. Let me explain again my problem statement as I don't think JOIN can help here unless I am not able to read your mind :). What I am looking for is to substitute output from one stream and use it as a filter query value in another stream; not really the key match

Re: Stream - substitute result from output of a stream expr as filter query to another expr

2022-08-22 Thread Joel Bernstein
If the sorts of the two streams are not the same you can use the hashJoin: https://solr.apache.org/guide/8_4/stream-decorator-reference.html#hashjoin Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Aug 22, 2022 at 12:00 PM Joel Bernstein wrote: > I believe what you're looking for is an

Re: Stream - substitute result from output of a stream expr as filter query to another expr

2022-08-22 Thread Joel Bernstein
I believe what you're looking for is an innerJoin: https://solr.apache.org/guide/8_4/stream-decorator-reference.html#innerjoin Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Aug 17, 2022 at 12:47 PM Susheel Kumar wrote: > Hello, > > How can we substitute an output from a streaming

Stream - substitute result from output of a stream expr as filter query to another expr

2022-08-17 Thread Susheel Kumar
Hello, How can we substitute an output from a streaming expr as a filter query inside another streaming expression. For example below expr select( search(filters, q="*:*", fq="key:84396", qt="/export", fl="id,filter1_s,key", sort="key asc" ),