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