C# 클래스 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.
상속: IComputedIndexField
파일 보기 프로젝트 열기: hermanussen/sitecore-html-crawler

공개 메소드들

메소드 설명
ComputeFieldValue ( IIndexable indexable ) : object

보호된 메소드들

메소드 설명
GetAllInnerTexts ( HtmlNode node ) : string

Find all inner texts and return a simplified string.

비공개 메소드들

메소드 설명
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.

메소드 상세

ComputeFieldValue() 공개 메소드

public ComputeFieldValue ( IIndexable indexable ) : object
indexable IIndexable
리턴 object

GetAllInnerTexts() 보호된 메소드

Find all inner texts and return a simplified string.
protected GetAllInnerTexts ( HtmlNode node ) : string
node HtmlAgilityPack.HtmlNode
리턴 string