search - Sitecore indexing strategies (auto index rebuild not happening) -


i have configured indexing async strategy, index not rebuilding after specified time interval.

configuration indexing:

<indexupdatestrategies>   <intervalasyncweb type="sitecore.contentsearch.maintenance.strategies.intervalasynchronousstrategy, sitecore.contentsearch">     <param desc="database">web</param>     <param desc="interval">00:01:00</param>     <checkforthreshold>true</checkforthreshold>   </intervalasyncweb>   <intervalasyncmaster type="sitecore.contentsearch.maintenance.strategies.intervalasynchronousstrategy, sitecore.contentsearch">     <param desc="interval">00:01:00</param>   </intervalasyncmaster>   <intervalasynccore type="sitecore.contentsearch.maintenance.strategies.intervalasynchronousstrategy, sitecore.contentsearch">     <param desc="interval">00:05:00</param>   </intervalasynccore> </indexupdatestrategies> 

am missing configuration ?

any relevant , useful links appreciated.

from configuration have provided, did not specify database intervalasyncmaster , intervalasynccore

thanks


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -