Skip to content

Instantly share code, notes, and snippets.

@RyanABailey
Created March 17, 2016 03:22
Show Gist options
  • Save RyanABailey/0af9fb18bb1274ff1612 to your computer and use it in GitHub Desktop.
Save RyanABailey/0af9fb18bb1274ff1612 to your computer and use it in GitHub Desktop.
Index Strategy
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<contentSearch>
<indexConfigurations>
<indexUpdateStrategies>
<intervalAsync3Hour type="Sitecore.ContentSearch.Maintenance.Strategies.IntervalAsynchronousStrategy, Sitecore.ContentSearch">
<param desc="database">web</param>
<param desc="interval">03:00:00</param>
<CheckForThreshold>true</CheckForThreshold>
</intervalAsync3Hour>
</indexUpdateStrategies>
</indexConfigurations>
</contentSearch>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment