org.apache.lenya.lucene.index
Class Index

java.lang.Object
  extended by org.apache.lenya.lucene.index.Index

public class Index
extends java.lang.Object


Constructor Summary
Index()
           
 
Method Summary
static Indexer getIndexer(java.lang.String luceneConfig)
          Get indexer from configuration
static void main(java.lang.String[] argv)
          Command line interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Index

public Index()
Method Detail

main

public static void main(java.lang.String[] argv)
Command line interface

Parameters:
argv - Lucene Index Configuration

getIndexer

public static Indexer getIndexer(java.lang.String luceneConfig)
                          throws java.lang.Exception
Get indexer from configuration

Throws:
java.lang.Exception


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.