Searches the post collection and returns a result based on a search term.

Remarks

It is used for related posts and the in-site search feature.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class Search
Public NotInheritable Class Search
public ref class Search abstract sealed

Members

         
 All Members  Methods Public method  Events Public event 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public methodStatic memberAddItem(IPublishable)
Adds an IPublishable item to the search catalog. That will make it immediately searchable.
Public methodStatic memberFindRelatedPosts(IPublishable)
Returns a list of posts that is related to the specified post.
Public methodStatic memberHits(String, Boolean)
Searches all the posts and returns a ranked result set.
Public eventStatic memberIndexBuild
Occurs after the index has been build.
Public eventStatic memberIndexBuilding
Occurs just before the search index is being build.
Public eventStatic memberSearching
Occurs when a search is performed. (The search term is the sender).

Inheritance Hierarchy

System..::Object
  BlogEngine.Core..::Search

See Also

BlogEngine.Core Namespace