Yes, you can nest decorators. The expression in your email should be
possible, its just a matter of getting all the syntax right. I would build
up the expression one piece at a time and make sure each layer is working
before moving on to the next.
Joel Bernstein
http://joelsolr.blogspot.com/

On Sat, Feb 3, 2018 at 7:50 AM, Gintautas Sulskus <
gintautas.suls...@gmail.com> wrote:

> Hi,
>
> Is it possible to use decorator's output as a  data source for another
> decorator?
> My attempts to achieve this were throwing errors hence the question.
>
> For instance, is it possible to have something like this?
>
> gatherNodes(
>     leftOuterJoin(
>         leftOuterJoin(search(), search())
>         leftOuterJoin(......)
>     ),
>     ...
> )
>
> Thanks,
> Gin
>

Reply via email to