ISearchCrawlerContentProcessorProcess Method |
Processes the HTML content retrieved by the crawler to get a content to be indexed by the search.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax string Process(
string htmlContent
)
Parameters
- htmlContent
- Type: SystemString
HTML content to process.
Return Value
Type:
StringReturns a content suitable for search indexing (without e.g. HTML tags).
See Also