comirva.web.indexing
Class HTMLIndexer

java.lang.Object
  extended by comirva.web.indexing.HTMLIndexer

public class HTMLIndexer
extends Object

Indexer for HTML documents.


Field Summary
protected static boolean CREATE_NEW_INDEX
           
protected static String LOG_FILE
           
protected static long MAX_INDEXED_FILE_SIZE
           
protected static int MAX_RAM_BUFFER_SIZE_MB
           
protected static String PATH_TO_INDEX
           
protected static String ROOT_DIR
           
protected static String TERMS_TO_INDEX
           
protected static boolean VERBOSE_OUTPUT
           
 
Constructor Summary
HTMLIndexer()
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_DIR

protected static final String ROOT_DIR
See Also:
Constant Field Values

PATH_TO_INDEX

protected static final String PATH_TO_INDEX
See Also:
Constant Field Values

LOG_FILE

protected static final String LOG_FILE
See Also:
Constant Field Values

TERMS_TO_INDEX

protected static final String TERMS_TO_INDEX
See Also:
Constant Field Values

VERBOSE_OUTPUT

protected static final boolean VERBOSE_OUTPUT
See Also:
Constant Field Values

CREATE_NEW_INDEX

protected static final boolean CREATE_NEW_INDEX
See Also:
Constant Field Values

MAX_RAM_BUFFER_SIZE_MB

protected static final int MAX_RAM_BUFFER_SIZE_MB
See Also:
Constant Field Values

MAX_INDEXED_FILE_SIZE

protected static final long MAX_INDEXED_FILE_SIZE
See Also:
Constant Field Values
Constructor Detail

HTMLIndexer

public HTMLIndexer()
Method Detail

main

public static void main(String[] argv)