Creates a new result item.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public ResultItem( string uriString, string documentUriString, string content, string location, string summary, int weight, string title, SecurityGroupRecordList securityGroups )
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 )
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 )
public: ResultItem( String^ uriString, String^ documentUriString, String^ content, String^ location, String^ summary, int weight, String^ title, SecurityGroupRecordList^ securityGroups )
public: ResultItem( String^ uriString, String^ documentUriString, String^ content, String^ location, String^ summary, int weight, String^ title, SecurityGroupRecordList^ securityGroups )
new : uriString : string * documentUriString : string * content : string * location : string * summary : string * weight : int * title : string * securityGroups : SecurityGroupRecordList -> ResultItem
new : uriString : string * documentUriString : string * content : string * location : string * summary : string * weight : int * title : string * securityGroups : SecurityGroupRecordList -> ResultItem
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: 2015.6.15.120