org.apache.oodt.cas.filemgr.tools
Class OptimizeLuceneCatalog

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog

public class OptimizeLuceneCatalog
extends Object

Version:
$Revision: 13181 $

A Tool to optimize a LuceneCatalog's index directory for search.

Author:
mattmann

Constructor Summary
OptimizeLuceneCatalog(String catPath, int mf)
          Default constructor.
 
Method Summary
 void doOptimize()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptimizeLuceneCatalog

public OptimizeLuceneCatalog(String catPath,
                             int mf)
Default constructor.

Method Detail

doOptimize

public void doOptimize()
                throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception


Copyright © 1999-2011 Apache OODT. All Rights Reserved.