How to install:
---------------
1) Unzip into a dir and run installer.exe
2) Run ezsearch

How to uninstall:
-----------------
1) Delete all the files from the installation dir.


Application log file name:
--------------------------
ezsearch_log.txt

Exclude word list:
------------------
xcludelist.ini

Query syntax:
-------------
word1 word2 ... [+word3 [+word4] ...] [-word5 [-word6] ...]

The above query will search documents that may contain word1 or word2, but
must contain word3 and word4, and must not contain word5 and word6.

e.g. To search for documents that must contain "professional" but must not
contain "java" and may contain "internet", use

+professional -java internet

Special instructions:
---------------------
For better performance, please export only a few hundred thousand
records at a time.
