|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.retrieval.Indexer
A class which can be called for indexing an XML collection.
| Field Summary | |
protected java.util.List |
dirs
Directories to be scanned. |
protected java.lang.String |
filter
RegEx for files to be indexed. |
protected IR |
ir
The IR object. |
protected java.io.PrintWriter |
out
If not null, this is the writer for the logfile. |
protected boolean |
quiet
If true, not output is given to STDOUT and STDERR. |
| Constructor Summary | |
Indexer(java.lang.String[] args)
Creates a new object. |
|
| Method Summary | |
void |
close()
Closes the log file. |
static void |
main(java.lang.String[] args)
|
void |
start()
Starts the indexing part. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IR ir
protected boolean quiet
protected java.io.PrintWriter out
protected java.util.List dirs
protected java.lang.String filter
| Constructor Detail |
public Indexer(java.lang.String[] args)
throws java.io.IOException
args - arguments
java.io.IOException - if an error occurs| Method Detail |
public static void main(java.lang.String[] args)
public void start()
throws IndexException
IndexException - if an exception occurspublic void close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||