From 66859dcc66ee2ca707f4d82ffc96c8b7b1435753 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Thu, 7 Apr 2016 05:29:09 -0400 Subject: [PATCH] fix wrong description of how to run IndexFiles demo --- lucene/demo/src/java/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/demo/src/java/overview.html b/lucene/demo/src/java/overview.html index bb3752332df..c20b55b481a 100644 --- a/lucene/demo/src/java/overview.html +++ b/lucene/demo/src/java/overview.html @@ -71,7 +71,7 @@ respectively.

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.