UserSearchIndexerFillSearchResult Method |
Fills the data to the search result data row
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public override bool FillSearchResult(
SearchResultItem resultItem,
DataRow resultDr,
ILuceneSearchDocument doc
)
Parameters
- resultItem
- Type: CMS.SearchSearchResultItem
Result item to be filled with postprocessed results - resultDr
- Type: System.DataDataRow
Source data row with raw search results - doc
- Type: CMS.SearchILuceneSearchDocument
Found search document
Return Value
Type:
BooleanSee Also