From 66859dcc66ee2ca707f4d82ffc96c8b7b1435753 Mon Sep 17 00:00:00 2001
From: Mike McCandless
Once you've gotten this far you're probably itching to go. Let's build an index! Assuming you've set your CLASSPATH correctly, just type:
- java org.apache.lucene.demo.IndexFiles -docs {path-to-lucene}/src + java org.apache.lucene.demo.IndexFiles -docs {path-to-lucene}This will produce a subdirectory called index which will contain an index of all of the Lucene source code.