Click or drag to resize
ISearchCrawlerContentProcessor Interface
Interface for processing a content retrieved by a search crawler to be indexed.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public interface ISearchCrawlerContentProcessor

The ISearchCrawlerContentProcessor type exposes the following members.

Methods
  NameDescription
Public methodProcess
Processes the HTML content retrieved by the crawler to get a content to be indexed by the search.
Top
See Also