C# Class NetIde.Help.HelpSearchManager

Inheritance: IDisposable
显示文件 Open project: netide/netide Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
HelpSearchManager ( HelpManager manager, string workDirectory ) : System
Search ( string text ) : IList

Private Methods

Method Description
ComputeHash ( string text ) : string
EnsureLoaded ( ) : void
IsUpToDate ( ) : bool
ParseDocument ( Stream stream ) : Parsed
ParseHtml ( HtmlNode node, Parsed parsed ) : void
ParseHtmlContent ( HtmlNode node, Parsed parsed ) : void
RebuildDatabase ( ) : void
RebuildDatabase ( IndexWriter writer, HelpRegistration registration ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HelpSearchManager() public method

public HelpSearchManager ( HelpManager manager, string workDirectory ) : System
manager HelpManager
workDirectory string
return System

Search() public method

public Search ( string text ) : IList
text string
return IList