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
Afficher le fichier Open project: mammo/LukeSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
LUCENE_VERSION Lucene.Net.Util.Version

Méthodes publiques

Méthode Description
Luke ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Luke() public méthode

public Luke ( ) : System
Résultat System

Property Details

LUCENE_VERSION public_oe static_oe property

public static Lucene.Net.Util.Version LUCENE_VERSION
Résultat Lucene.Net.Util.Version