Keyoti SearchUnit API Docs
ResultItem Constructor (uriString, documentUriString, content, location, summary, weight, title, securityGroups)
API DocumentationKeyoti.SearchEngine.SearchResultItemResultItem(String, String, String, String, String, Int32, String, SecurityGroupRecordList)
Keyoti SearchUnit v6
Creates a new result item.
Declaration Syntax
C#Visual Basic
public ResultItem(
	string uriString,
	string documentUriString,
	string content,
	string location,
	string summary,
	int weight,
	string title,
	SecurityGroupRecordList securityGroups
)
Public Sub New ( 
	uriString As String,
	documentUriString As String,
	content As String,
	location As String,
	summary As String,
	weight As Integer,
	title As String,
	securityGroups As SecurityGroupRecordList
)
Parameters
uriString (String)
The Uri related to the result.
documentUriString (String)
The Uri of the document as stored in the data-access
content (String)
String holding the content categories
location (String)
String holding the location category
summary (String)
Summary of the result
weight (Int32)
Result weight
title (String)
Result title
securityGroups (SecurityGroupRecordList)
Security groups identified with the result item

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610