I would recommend limiting the documentCache to a small number (10-20), rather than zero. Otherwise, you will retrieve the documents multiple times in one request if you are doing highlighting.

-Mike

On 14-Dec-07, at 2:24 AM, Koji Sekiguchi wrote:

Just comment out them:

<!--
   <filterCache.../>
   <queryResultCache.../>
   <documentCache.../>
-->

regards,

Koji

Robert Young wrote:
Hi,

Is it possible to disable all the caches in Solr. We want to be able
to load test our Solr based application but we don't want the caches
to affect the results (we're using Apache benchmark so just sending
the same request over and over again).

Cheers
Rob




Reply via email to