In the scenario you describe above the answer is no. That's because the
joins rely on the sort order of the result set and require exporting of the
entire result set. Both those requirements will not work with ltr.

The search expression though could be used with ltr and the fetch
expression, which doesn't require full export or a specific sort order.

Joel Bernstein
http://joelsolr.blogspot.com/

On Fri, Feb 23, 2018 at 5:54 AM, Gintautas Sulskus <
gintautas.suls...@gmail.com> wrote:

> Hi,
>
> Is it possible to apply another search to a streaming expression result?
> E.g. to use leftOuterJoin as a source for search:
>
> search(
>     leftOuterJoin(
>         leftOuterJoin(search(), search())
>         leftOuterJoin(......)
>     ),
>     q=... )
>
> Is it possible to apply LTR to the streaming expression result?
>
>
> Thanks,
> Gintas
>

Reply via email to