Represents a result item from a search.
Declaration Syntax
C# | Visual Basic |
public class ResultItem
Public Class ResultItem
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
ResultItem(String, String, String, String, String, Int32, String, SecurityGroupRecordList) |
Creates a new result item.
| |
Content |
Searched contents for this result
| |
CustomData |
Any custom data that should be stored for the document.
| |
CustomDataDictionary |
List holding names and values of custom data, when custom data is formatted as a URL query string (eg. name1=value1&name2=value2)
| |
DocumentRecord |
The underlying DocumentRecord that this result is for.
| |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetContentString(DocumentRecord) |
Returns a string representing the content categories that docRec belongs to.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSecurityGroupsString(DocumentRecord) |
Returns a string representing the content categories that docRec belongs to.
| |
GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
KeywordHitMap |
Map of keywords and number of hits within this document of each keyword.
| |
Location |
Searched location for this result
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResultNumber |
The result number in the entire result set.
| |
SecurityGroups |
Searched security groups for this result
| |
Summary |
A summary for the result.
| |
Title |
The title of the result item.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
UriString |
The result document's URL, as a string.
| |
UriStringAsStored |
The URL of the document as it is stored in the data-access.
| |
Weight |
The relative weight of this result.
|
Inheritance Hierarchy
Object | |
ResultItem |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610