You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ma...@apache.org on 2009/08/30 19:18:14 UTC

svn commit: r809385 - /lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/package.html

Author: markrmiller
Date: Sun Aug 30 17:18:13 2009
New Revision: 809385

URL: http://svn.apache.org/viewvc?rev=809385&view=rev
Log:
change to state that benchmark works with multiple standard collections rather than one

Modified:
    lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/package.html

Modified: lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/package.html
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/package.html?rev=809385&r1=809384&r2=809385&view=diff
==============================================================================
--- lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/package.html (original)
+++ lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/package.html Sun Aug 30 17:18:13 2009
@@ -38,7 +38,7 @@
 <BODY>
 <DIV>
     <p/>
-    The benchmark contribution contains tools for benchmarking Lucene using a standard, freely available corpus. ANT will
+    The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora. ANT will
     download the corpus automatically, place it in a temp directory and then unpack it to the working.dir directory specified in the build.
     The temp directory
     and working directory can be safely removed after a run. However, the next time the task is run, it will need to download the files again.