C# Class Lucene.Net.LukeNet.SearchTabPage

显示文件 Open project: mammo/LukeSharp

Public Methods

Method Description
SearchTabPage ( IContainer container ) : System
SearchTabPage ( Luke luke ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateQueryParser ( string analyzerName ) : QueryParser
Init ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PopulateAnalyzers ( ComboBox cbAnalyzers ) : void
Search ( ) : void
SetFieldnames ( List fieldNames ) : void
SetSearchText ( string text ) : void
UpdateListSearch ( string indexFields ) : void
_Search ( Query q, IndexSearcher searcher ) : void
btnExplain_Click ( object sender, System e ) : void
btnUpdateParsedQuery_Click ( object sender, System e ) : void
buttonSearchDelete_Click ( object sender, System e ) : void
buttonSearch_Click ( object sender, System e ) : void
listSearch_ColumnClick ( object sender, ColumnClickEventArgs e ) : void
listSearch_DoubleClick ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SearchTabPage() public method

public SearchTabPage ( IContainer container ) : System
container IContainer
return System

SearchTabPage() public method

public SearchTabPage ( Luke luke ) : System
luke Luke
return System