Fetch would work for my specific case (since I’m working with id’s there’s no 
one to many), if I was able to restrict fetch’s target domain with a query. I 
would first get all possible deleted ids, then use fetch to the items 
collection. But then the current fetch implementation would find all deleted 
items, not something like “deleted items with these names” or “deleted items 
between this time” etc.

I came upon your video while researching this stuff: 
https://www.youtube.com/watch?v=kTNe3TaqFvo

I’m trying to use the “let” expression to feed one stream’s result to another 
as a query, using string concat function and eval stream. So far I couldn’t 
write a working example, but it’s an idea that I’m playing with.


Sent from Mail for Windows 10

From: Joel Bernstein
Sent: 23 November 2020 23:23
To: solr-user@lucene.apache.org
Subject: Re: Use stream result like a query (alternative to innerJoin)

H

Reply via email to