Click or drag to resize
SearchCrawlerContentProcessor Class
Processes a content retrieved by the search crawler to be indexed.
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchCrawlerContentProcessor

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

The SearchCrawlerContentProcessor type exposes the following members.

Constructors
  NameDescription
Public methodSearchCrawlerContentProcessor
Top
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