Searches the post collection and returns a result based on a search term.
Namespace: BlogEngine.Core
Remarks
It is used for related posts and the in-site search feature.
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 | Events |
| Member | Description | |
|---|---|---|
| AddItem(IPublishable) |
Adds an IPublishable item to the search catalog.
That will make it immediately searchable.
| |
| FindRelatedPosts(IPublishable) |
Returns a list of posts that is related to the specified post.
| |
| Hits(String, Boolean) |
Searches all the posts and returns a ranked result set.
| |
| IndexBuild |
Occurs after the index has been build.
| |
| IndexBuilding |
Occurs just before the search index is being build.
| |
| Searching |
Occurs when a search is performed. (The search term is the sender).
|
Inheritance Hierarchy
See Also
BlogEngine.Core Namespace