Re: How to Speed Up Solr ResposeWriter

2017-05-16 Thread Shawn Heisey
On 5/10/2017 6:34 AM, Prashobh Chandran wrote: >Currently we are using solr 5.3.1 engine, Im getting json format results > from engine. But it's taking time to getting results, So i need to speed up > solr response writer. Is there anyway? It seems very unlikely that the response writer is the

Re: How to Speed Up Solr ResposeWriter

2017-05-10 Thread Erick Erickson
You need to describe your problem more fully. The response writer is rarely a bottleneck, so I'm guessing there are things you aren't telling us. Are you returning thousands of rows? Are the documents huge? Details matter. Best, Erick On Wed, May 10, 2017 at 5:34 AM, Prashobh Chandran wrote: > H

How to Speed Up Solr ResposeWriter

2017-05-10 Thread Prashobh Chandran
Hi, Currently we are using solr 5.3.1 engine, Im getting json format results from engine. But it's taking time to getting results, So i need to speed up solr response writer. Is there anyway? Please reply asap... Regards, Prasobh