On Mon, Aug 24, 2009 at 11:38 PM, darniz <rnizamud...@edmunds.com> wrote:

>
> 1) is there a parameter where i can flush out the browser cache. Most of
> the
> time i see cached content in brower and i have to delete the temp files
> folder.
>

Solr emits headers for playing well with http caches. You can disable
emitting such headers by adding the following to the <requestDispatcher>
section in solrconfig.xml:

<httpCaching never304="true" />

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to