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 reason it's
slow.  The response writer just converts the data gathered for the
response to the specific format requested.  This is typically a VERY
fast process compared to executing the query and retrieving results.

Asking Erick's questions in a different way:  What is your evidence that
the response writer is the source of whatever problem you're having?

Thansk,
Shawn

Reply via email to