Take a loot at solrconfig.xml. You configure filtrerCache,
documentCache, queryResultCache. These (and
some others I believe, but certainly these) are _not_
per-segment caches, so are invalidated on soft commit.
Any autowarming you've specified also gets executed
if applicable.

On the other hand, you specify short autocommit
intervals for tight NRT searching capabilities, so it's
likely these caches aren't being re-used all that much
anyway.

Best
Erick


On Sun, Aug 11, 2013 at 11:22 AM, tamanjit.bin...@yahoo.co.in <
tamanjit.bin...@yahoo.co.in> wrote:

> Erik-
> /It does invalidate the "top level" caches, including the caches you
> configure in solrconfig.xml. /
>
> Could you elucidate?
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/commit-vs-soft-commit-tp4083817p4083844.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to