Click or drag to resize
SearchIndexerFillSearchResult Method
Fills the data to the search result data row. Returns true, if the data was correctly filled

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public virtual bool FillSearchResult(
	DataRow dr,
	DataRow resultDr,
	ISearchDocument doc
)

Parameters

dr
Type: System.DataDataRow
Result data row to be filled with post-processed results
resultDr
Type: System.DataDataRow
Source data row with raw search results
doc
Type: CMS.DataEngineISearchDocument
Found search document

Return Value

Type: Boolean
See Also