org.apache.lucene.demo
Class IndexFiles

java.lang.Object
  extended by org.apache.lucene.demo.IndexFiles

public class IndexFiles
extends Object

Index all text files under a directory. See http://lucene.apache.org/java/3_1/demo.html.


Method Summary
static void main(String[] args)
          Index all text files under a directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Index all text files under a directory.



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.