Construct a full-text index of all supported document types, including PDF, HTML and UNIX manual pages, and execute searches on it. These search and index tools interface Multivalent's support for many document formats with Doug Cutting's excellent Lucene search engine. Install Lucene's JAR, version 1.3 or later (which is named something like lucene-1.4-final.jar), and add the complete path includig the Lucene JAR name it to your CLASSPATH environment variable or specify it with invoking a tool withthe -classpath command-line optin.

Index Options

java tool.lucene.Index [options] files-and-directories-to-index

Search Options

java tool.lucene.Search [options] expression-to-search-for

At this time full-text searching is not available graphically through the browser.