|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectontea.lucene.IndexFiles
public class IndexFiles
Index all text files under a directory.
Constructor Summary | |
---|---|
private |
IndexFiles()
|
Method Summary | |
---|---|
static void |
createIndex(java.lang.String document_dir,
java.lang.String index_dir)
Index all text files under a directory. |
(package private) static void |
indexDocs(org.apache.lucene.index.IndexWriter writer,
java.io.File file)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private IndexFiles()
Method Detail |
---|
public static void createIndex(java.lang.String document_dir, java.lang.String index_dir)
static void indexDocs(org.apache.lucene.index.IndexWriter writer, java.io.File file) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |