AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SearchIndexer Members

The SearchIndexer type exposes the following members.

Constructors


  Name Description
Public method SearchIndexer
Initializes a new instance of the SearchIndexer class.

Methods


  Name Description
Public method AssignDefaultContentCategories
Assigns the default content categories based on document type.
Public method BuildIndex
Builds the index.
Public method Dispatcher_Action
Handles the Action event of the SearchIndexer.
Public method Dispatcher_NeedObject
Handles the NeedObject event of the Dispatcher control.
Public method Dispose

Fields


  Name Description
Protected field AdvantageParserProvider
The Advantage-specific extended parser provider used to supply Keyoti with the configured parsers for this search domain. Created in the constructor and disposed when the indexer is disposed.

Properties


  Name Description
Protected property ScrapeComplete
Gets or sets a value indicating whether the current scrape pass has finished. Set to false when a scrape begins and to true when it completes; consumed by event handlers to gate post-scrape behavior.