org.apache.lucenesandbox.xmlindexingdemo
Class IndexFiles

java.lang.Object
  extended by org.apache.lucenesandbox.xmlindexingdemo.IndexFiles

 class IndexFiles
extends java.lang.Object


Constructor Summary
IndexFiles()
           
 
Method Summary
static void indexDocs(org.apache.lucene.index.IndexWriter writer, java.io.File file)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexFiles

IndexFiles()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

indexDocs

public static void indexDocs(org.apache.lucene.index.IndexWriter writer,
                             java.io.File file)
                      throws java.lang.Exception
Throws:
java.lang.Exception