Re: Nesting decorators in streaming expressions

2018-02-03 Thread Joel Bernstein
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

Re: 9000+ CLOSE_WAIT connections in solr v6.2.2 causing it to "die"

2018-02-03 Thread S G
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

Nesting decorators in streaming expressions

2018-02-03 Thread Gintautas Sulskus
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