This seems like an XY problem, you're asking for
specifics on doing something without any indication
_why_ you think this would help. Nor are you explaining
what the problem you're having is in the first place.

At any rate, queryResultCache is unlikely to impact
much. All it is is a map containing the query and
the first few document IDs (internal Lucene). See
<queryResultWindowSize> in solrconfig.xml. It is
quite light-weight, it does NOT store the entire
result set, nor even the contents of the documents.

Best
Erick


On Tue, Feb 25, 2014 at 6:07 AM, Senthilnathan Vijayaraja <
senthilnat...@8kmiles.com> wrote:

> is there any way programmatically disable/enable solr queryResultCache?
>
> I am using SolrJ.
>
>
> Thanks & Regards,
> Senthilnathan V
>

Reply via email to