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
Post a Comment