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 S
Hi Arcadius,
Most of the clients use Solrj to interact with Solr.
Does it not automatically handle the connection pools?
SG
On Fri, Feb 2, 2018 at 4:47 PM, Arcadius Ahouansou
wrote:
> I have seen a lot of CLOSE_WAIT in the past.
> In many cases, it was that the client application was not rele
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())
l