Re: echo streaming expression - two/multiple fields

2017-06-21 Thread Susheel Kumar
Thanks, Joel. I was trying to troubleshoot the other issue with complement function by creating some dummy tuples. Can you please look the other email thread I am having issue with complement function. On Wed, Jun 21, 2017 at 3:31 PM, Joel Bernstein wrote: > Starting in Solr 6.6 there is a tup

Re: echo streaming expression - two/multiple fields

2017-06-21 Thread Joel Bernstein
Starting in Solr 6.6 there is a tuple expression which returns a single tuple: tuple(a="hello", b="world") You can also do things like: tuple(a=search(...), b=search(...)) Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Jun 21, 2017 at 3:27 PM, Susheel Kumar wrote: > How can we echo