com.theloutons.search
Class JDriveIndexer

java.lang.Object
  extended bycom.theloutons.search.JDriveIndexer

public class JDriveIndexer
extends java.lang.Object

Author:
Tom This recursively searches the J drive for files it can read viz txt, pdf, doc(hopefully Winword),HTML (maybe XML) This is started from a dos window sample start config. C:/temp/pptIndexTest c:/ppTest/excel c:/temp/ppt.log

Constructor Summary
JDriveIndexer()
           
 
Method Summary
static int index(java.io.File indexDir, java.io.File dataDir)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDriveIndexer

public JDriveIndexer()
Method Detail

main

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

index

public static int index(java.io.File indexDir,
                        java.io.File dataDir)
                 throws java.io.IOException
Throws:
java.io.IOException