SearchIndexerFillSearchResult Method |
Fills the data to the search result data row. Returns true, if the data was correctly filled
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also