C# Class IndexViewer.LuceneSearch

Inheritance: System.Web.UI.UserControl
Exibir arquivo Open project: JimmieOverby/IndexViewer

Protected Methods

Method Description
Page_PreRender ( object sender, EventArgs e ) : void

Handles the PreRender event of the Page control.

SearchFieldButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the SearchFieldButton control.

SearchResultGrid_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void

Handles the PageIndexChanging event of the SearchResultGrid control.

SearchResultGrid_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
DoSearch ( bool explain ) : void
SetSearchInfoValues ( double elapsed, int totalhits ) : void

Sets the search info values.

Method Details

Page_PreRender() protected method

Handles the PreRender event of the Page control.
protected Page_PreRender ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

SearchFieldButton_Click() protected method

Handles the Click event of the SearchFieldButton control.
protected SearchFieldButton_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

SearchResultGrid_PageIndexChanging() protected method

Handles the PageIndexChanging event of the SearchResultGrid control.
protected SearchResultGrid_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewPageEventArgs The instance containing the event data.
return void

SearchResultGrid_SelectedIndexChanged() protected method

protected SearchResultGrid_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void