AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SearchIndexer..::..ScrapeComplete Property

Gets or sets a value indicating whether the current scrape pass has finished. Set to false on ImportStarted()()()() and to true on ImportFinished()()()().

Namespace:  AdvantageCSP.Keyoti.SiteIndexer
Assembly:  AdvantageCSP.Keyoti.SiteIndexer (in AdvantageCSP.Keyoti.SiteIndexer.dll)

Syntax


protected bool ScrapeComplete { get; set; }

Field Value

true when the scrape has completed; otherwise false.

Remarks


BuildIndex()()()() only removes documents missing from ProcessedLinks when this is true. A crawl that aborted part way through has an incomplete ProcessedLinks, and pruning against it would delete live content from the index. A custom indexer that prunes needs an equivalent guard.