net.sf.mmapps.modules.lucenesearch
Class LuceneManager

java.lang.Object
  extended bynet.sf.mmapps.modules.lucenesearch.LuceneManager

public class LuceneManager
extends java.lang.Object

Parse the config file and create the objects for the module

Version:
$Revision: 1.1 $
Author:
Wouter Heijke

Constructor Summary
LuceneManager()
           
 
Method Summary
 void collectAll(org.mmbase.bridge.Cloud cloud)
          Starts the indexing process chain reaction
 SearchConfig getConfig()
           
 void readConfig(java.lang.String configFile)
          Reads and parses the configuration file for the Lucene module
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneManager

public LuceneManager()
Method Detail

readConfig

public void readConfig(java.lang.String configFile)
Reads and parses the configuration file for the Lucene module

Parameters:
configFile - The configuration xml file

getConfig

public SearchConfig getConfig()

collectAll

public void collectAll(org.mmbase.bridge.Cloud cloud)
Starts the indexing process chain reaction

Parameters:
cloud - MMBase cloud to use for indexing


Copyright © 2003-2005 mmapps. All Rights Reserved.