The SearchResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchResult |
Empty Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from SearchDocument.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() | AuthorName |
Optional: Display Name of the Author
|
![]() | AuthorUserId |
User Id of the Author
(Inherited from SearchDocumentToDelete.) |
![]() | Body |
Content's Body
(Inherited from SearchDocument.) |
![]() | CultureCode |
Culture Code associated with the content.
(Inherited from SearchDocumentToDelete.) |
![]() | Description |
Content's Description
(Inherited from SearchDocument.) |
![]() | DisplayModifiedTime |
Time when Content was last modified (in friendly format)
|
![]() | DisplayScore |
Lucene's original Score in String format, e.g. 1.45678 or 0.87642. The score of this document for the query.
|
![]() | IsActive |
Flag to indicate if Content is Active or Not. Content will be deleted from Index when IsActive = false. Default is True.
(Inherited from SearchDocument.) |
![]() | Keywords |
Additional keywords can be specified for Indexing
(Inherited from SearchDocumentToDelete.) |
![]() | ModifiedTimeUtc |
Time when Content was last modified (in Utc)
(Inherited from SearchDocument.) |
![]() | ModuleDefId |
Module Definition Id of the Content.
(Inherited from SearchDocumentToDelete.) |
![]() | ModuleId |
Module Id of the Content
(Inherited from SearchDocumentToDelete.) |
![]() | NumericKeys |
Additional numeric fields can be specified for Indexing
(Inherited from SearchDocumentToDelete.) |
![]() | Permissions |
A string representation of roles and users who have view (or denied view) permissions
(Inherited from SearchDocument.) |
![]() | PortalId |
Portal Id
(Inherited from SearchDocumentToDelete.) |
![]() | QueryString |
QueryString that may be associated with a Search Document.
(Inherited from SearchDocumentToDelete.) |
![]() | RoleId |
RoleId (GroupId) for additional filtering [Optional]
(Inherited from SearchDocumentToDelete.) |
![]() | Score |
Lucene's original Score. The score of this document for the query.
|
![]() | SearchContext |
Context information such as the type of module that initiated the search can be stored here.
|
![]() | SearchTypeId |
Search Type Id, e.g. module, file or url
(Inherited from SearchDocumentToDelete.) |
![]() | Snippet |
Highlighted snippet from document
|
![]() | TabId |
Tab Id of the Content [Optional]
(Inherited from SearchDocumentToDelete.) |
![]() | Tags |
Tags can be specified as additional information
(Inherited from SearchDocument.) |
![]() | Title |
Content's Title
(Inherited from SearchDocument.) |
![]() | UniqueKey |
A key to uniquely identify a document in the Index
(Inherited from SearchDocumentToDelete.) |
![]() | Url |
Url for the indexed item.
(Inherited from SearchDocument.) |