You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/04/07 11:28:06 UTC

lucene-solr:branch_5_5: fix wrong description of how to run IndexFiles demo

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_5_5 9bca6db03 -> 8a86b29b0


fix wrong description of how to run IndexFiles demo


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/8a86b29b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8a86b29b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8a86b29b

Branch: refs/heads/branch_5_5
Commit: 8a86b29b01b082229eba99a304034333874f6f25
Parents: 9bca6db
Author: Mike McCandless <mi...@apache.org>
Authored: Thu Apr 7 05:29:09 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Thu Apr 7 05:30:14 2016 -0400

----------------------------------------------------------------------
 lucene/demo/src/java/overview.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8a86b29b/lucene/demo/src/java/overview.html
----------------------------------------------------------------------
diff --git a/lucene/demo/src/java/overview.html b/lucene/demo/src/java/overview.html
index bb37523..c20b55b 100644
--- a/lucene/demo/src/java/overview.html
+++ b/lucene/demo/src/java/overview.html
@@ -71,7 +71,7 @@ respectively.</p>
 <p>Once you've gotten this far you're probably itching to go. Let's <b>build an
 index!</b> Assuming you've set your CLASSPATH correctly, just type:</p>
 <pre>
-    java org.apache.lucene.demo.IndexFiles -docs {path-to-lucene}/src
+    java org.apache.lucene.demo.IndexFiles -docs {path-to-lucene}
 </pre>
 This will produce a subdirectory called <span class="codefrag">index</span>
 which will contain an index of all of the Lucene source code.