========================
WebDLPIndexer v0.1
========================

Usage:
java -jar WebDLPIndexer.jar <index_dir> <property_dir> [--createIndex] [--indexDeletedFiles] [--debug] [--port <port>]

where:
	<index_dir> is the directory of the stored Apache Lucene index
	<property_dir> is the directory of intellectual property to protect
	[--createIndex] is an optional flag to create (or recreate) a brand new index in <index_dir>
	[--indexDeletedFiles] is an optional flag to keep intellectual property in the index even if 
		it is deleted from the filesystem
	[--debug] is an optional flag to turn on debug output
	[--port <port>] overrides the default server port of 22345
	

To simplify the ease of starting, we recommend using the start.sh bash script to start WebDLPIndexer.jar.
This script requires a configuration file (config.conf) to be present in the same directory.  A sample
config.conf has been provided.