On 9/29/2013 7:22 PM, William Bell wrote: > How do I set TCP_NODELAY on the http sockets for Jetty in SOLR 4?
The client usually makes that decision, not the server. This parameter is turned on by default for recent HttpClient versions, the library used by SolrJ. Even the JETTY issue uncovered by Michael Sokolov refers to a client connection. Thanks, Shawn