Property | Type | Description | |
---|---|---|---|
dir | Lucene.Net.Store.Directory | ||
ir | |||
myUi |
Method | Description | |
---|---|---|
GetDirectory ( ) : Lucene.Net.Store.Directory | ||
GetIndexReader ( ) : |
Returns a reference to the IndexReader currently open in the application.
|
|
GetPluginHome ( ) : String |
Return URL to plugin home page or author's e-mail. NOTE: this MUST be a fully qualified URL, i.e. including the protocol part.
|
|
GetPluginInfo ( ) : String |
Return short one-line info about the plugin.
|
|
GetPluginName ( ) : String |
Returns a plugin name. NOTE: this should be a short (preferably one word) String, because it's length affects the amount of available screen space.
|
|
Init ( ) : bool |
Initialize this component. Parent view, this view, directory and index reader should already be initialized. This method will be called repeatedly, whenever new index is loaded into Luke.
|
|
SetDirectory ( Lucene.Net.Store.Directory dir ) : void | ||
SetIndexReader ( |
Set a reference to the IndexReader currently open in the application.
|
public GetDirectory ( ) : Lucene.Net.Store.Directory | ||
return | Lucene.Net.Store.Directory |
public GetIndexReader ( ) : |
||
return |
public SetDirectory ( Lucene.Net.Store.Directory dir ) : void | ||
dir | Lucene.Net.Store.Directory | |
return | void |
public SetIndexReader ( |
||
ir | IndexReader for the current index | |
return | void |
protected Directory,Lucene.Net.Store dir | ||
return | Lucene.Net.Store.Directory |
protected IndexReader,Lucene.Net.Index ir | ||
return |