net.sf.mmapps.modules.lucenesearch
Class LuceneModule

java.lang.Object
  extended byorg.mmbase.module.Module
      extended bynet.sf.mmapps.modules.lucenesearch.LuceneModule

public class LuceneModule
extends org.mmbase.module.Module

This module enables the Lucene fulltext search engine to be used to index the MMBase cloud.

Version:
$Revision: 1.2 $
Author:
Wouter Heijke

Constructor Summary
LuceneModule()
           
 
Method Summary
 org.mmbase.bridge.Cloud getCloud()
          Get a cloud reference.
 LuceneManager getLuceneManager()
           
 void init()
           
 void onload()
           
 
Methods inherited from class org.mmbase.module.Module
getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setInitParameter, setMaintainer, setName, setVersion, shutdown, shutdownModules, startModule, startModules, state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneModule

public LuceneModule()
Method Detail

onload

public void onload()
See Also:
Module.onload()

init

public void init()
See Also:
Module.init()

getLuceneManager

public LuceneManager getLuceneManager()

getCloud

public org.mmbase.bridge.Cloud getCloud()
Get a cloud reference. Wait for one if no reference available yet.

Returns:
a cloud reference
Throws:
java.lang.RuntimeException - when timed out


Copyright © 2003-2005 mmapps. All Rights Reserved.