C# Class SitecoreHtmlCrawler.ComputedFields.HtmlCrawledField

Computed field that requests a page and indexes the content. Because it actually 'http requests' the page, the content of the components on the page are also indexed.
Inheritance: IComputedIndexField
Afficher le fichier Open project: hermanussen/sitecore-html-crawler

Méthodes publiques

Méthode Description
ComputeFieldValue ( IIndexable indexable ) : object

Méthodes protégées

Méthode Description
GetAllInnerTexts ( HtmlNode node ) : string

Find all inner texts and return a simplified string.

Private Methods

Méthode Description
RemoveWhitespace ( string inputStr ) : string

Storing whitespace for a field that is only to be used for searching in is not very useful. This methods removes excessive whitespace.

Method Details

ComputeFieldValue() public méthode

public ComputeFieldValue ( IIndexable indexable ) : object
indexable IIndexable
Résultat object

GetAllInnerTexts() protected méthode

Find all inner texts and return a simplified string.
protected GetAllInnerTexts ( HtmlNode node ) : string
node HtmlAgilityPack.HtmlNode
Résultat string