org.apache.lucene.demo
Class IndexFiles

java.lang.Object
  extended by org.apache.lucene.demo.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.io.IOException
Throws:
java.io.IOException

indexDocs

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