C# Class Lucene.Net.LukeNet.Luke

This class allows you to browse a Lucene index in several ways - by document, by term, by query, and by most frequent terms.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: mammo/LukeSharp Class Usage Examples

Public Properties

Property Type Description
LUCENE_VERSION Lucene.Net.Util.Version

Public Methods

Method Description
Luke ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ErrorMessage ( string msg ) : void
InitOverview ( ) : void
InitializeComponent ( ) : void

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

LukeInit ( OpenIndex openIndexDlg ) : void
Luke_Load ( object sender, System e ) : void
Main ( ) : void
OnOpenIndex ( object sender, System e ) : void
PopulateAnalyzers ( ComboBox cbAnalyzers ) : void
ResizeLastListColumn ( ListView list ) : void
Search ( string query ) : void
SetFieldNames ( List names ) : void
ShowDocumentsTab ( ) : void
ShowSearchTab ( ) : void
ShowStatus ( string message ) : void

Updates status. Possibly async

ShowTerm ( Term t ) : void
_ShowDocFields ( int docId, Document doc ) : void
menuItemAbout_Click ( object sender, System e ) : void
menuItemCompound_Click ( object sender, System e ) : void
menuItemExit_Click ( object sender, System e ) : void
menuItemOptimize_Click ( object sender, System e ) : void
menuItemUndelete_Click ( object sender, System e ) : void
statusBar_PanelClick ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Luke() public method

public Luke ( ) : System
return System

Property Details

LUCENE_VERSION public_oe static_oe property

public static Lucene.Net.Util.Version LUCENE_VERSION
return Lucene.Net.Util.Version