Re: using let() with other streaming expressions

2019-08-16 Thread Joel Bernstein
Yes, the examples you show will fail because the "let" expression reads streams into an in-memory List. All the Streaming Expressions expect a TupleStream to be passed in rather that a List. There is an undocumented function that turns a List of tuples back into a Stream. The function is called "s

using let() with other streaming expressions

2019-08-16 Thread Viktors Belovs
Dear Solr Comunity, Recently I've been working with the 'let()' expression. And I got in a sort of trouble, when I was trying combining it with the different streaming expressions, as well as trying to re-assign variables. As an example: let( a=search(techproducts, q="cat:electronics", fl="id,