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: 12.0.0
Syntax
C#
public virtual bool FillSearchResult(
	SearchResultItem resultItem,
	DataRow resultDr,
	ILuceneSearchDocument doc
)

Parameters

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

Return Value

Type: Boolean
See Also