|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.index.WebLogIndexingService
public final class WebLogIndexingService
Indexes Web and query log files using Lucene.
| Constructor Summary | |
|---|---|
WebLogIndexingService(String configFile)
|
|
| Method Summary | |
|---|---|
static String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
static String |
getSimpleDateStamp()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
void |
indexFiles()
|
long |
indexWebLogFile(File webLogFile)
|
static void |
main(String[] args)
The main program for the WebLogIndexingService |
static void |
setDebug(boolean db)
Sets the debug attribute object |
boolean |
swapIndexes()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebLogIndexingService(String configFile)
| Method Detail |
|---|
public static void main(String[] args)
args - The command line argumentspublic void indexFiles()
public long indexWebLogFile(File webLogFile)
throws IOException
IOExceptionpublic boolean swapIndexes()
public static String getSimpleDateStamp()
public static String getDateStamp()
public static void setDebug(boolean db)
db - The new debug value
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||