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 ot...@apache.org on 2007/04/02 22:27:35 UTC

svn commit: r524914 - in /lucene/java/trunk/contrib/benchmark/conf: compound-penalty.alg micro-standard-config.xml standard-config.xml

Author: otis
Date: Mon Apr  2 13:27:34 2007
New Revision: 524914

URL: http://svn.apache.org/viewvc?view=rev&rev=524914
Log:
- Cosmetics

Modified:
    lucene/java/trunk/contrib/benchmark/conf/compound-penalty.alg
    lucene/java/trunk/contrib/benchmark/conf/micro-standard-config.xml
    lucene/java/trunk/contrib/benchmark/conf/standard-config.xml

Modified: lucene/java/trunk/contrib/benchmark/conf/compound-penalty.alg
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/conf/compound-penalty.alg?view=diff&rev=524914&r1=524913&r2=524914
==============================================================================
--- lucene/java/trunk/contrib/benchmark/conf/compound-penalty.alg (original)
+++ lucene/java/trunk/contrib/benchmark/conf/compound-penalty.alg Mon Apr  2 13:27:34 2007
@@ -17,7 +17,7 @@
 
 # --------------------------------------------------------
 # Compound: what is the cost of compound format in indexing?
-# It does twice as much IO, is iyt twice slower? (no)
+# It does twice as much IO, is it twice slower? (no)
 # --------------------------------------------------------
 
 # -------------------------------------------------------------------------------------

Modified: lucene/java/trunk/contrib/benchmark/conf/micro-standard-config.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/conf/micro-standard-config.xml?view=diff&rev=524914&r1=524913&r2=524914
==============================================================================
--- lucene/java/trunk/contrib/benchmark/conf/micro-standard-config.xml (original)
+++ lucene/java/trunk/contrib/benchmark/conf/micro-standard-config.xml Mon Apr  2 13:27:34 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-Configuration file for use with Driver(InputSource) constructor.  Uses Digester to load.  Set
+Configuration file for use with Driver(InputSource) constructor.  Uses Digester to load.
 
 Class is the fully qualified name of the Benchmarker to load.  It must have a no argument constructor.  All attributes invoke the appropriate bean accessor on the Benchmarker -->
 <benchmark >
@@ -16,4 +16,4 @@
      maximumDocumentsToIndex - The number of documents to index at a time (multiply by the scaleUp factor for the total number of documents indexed).  Default is Integer.MAX_VALUE
      -->
     <options class="org.apache.lucene.benchmark.standard.StandardOptions" runCount="1" logStep="500" scaleUp="1" maximumDocumentsToIndex="2000"/>
-</benchmark>
\ No newline at end of file
+</benchmark>

Modified: lucene/java/trunk/contrib/benchmark/conf/standard-config.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/conf/standard-config.xml?view=diff&rev=524914&r1=524913&r2=524914
==============================================================================
--- lucene/java/trunk/contrib/benchmark/conf/standard-config.xml (original)
+++ lucene/java/trunk/contrib/benchmark/conf/standard-config.xml Mon Apr  2 13:27:34 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-Configuration file for use with Driver(InputSource) constructor.  Uses Digester to load.  Set
+Configuration file for use with Driver(InputSource) constructor.  Uses Digester to load.
 
 Class is the fully qualified name of the Benchmarker to load.  It must have a no argument constructor.  All attributes invoke the appropriate bean accessor on the Benchmarker -->
 <benchmark >
@@ -16,4 +16,4 @@
      maximumDocumentsToIndex - The number of documents to index at a time (multiply by the scaleUp factor for the total number of documents indexed).  Default is Integer.MAX_VALUE
      -->
     <options class="org.apache.lucene.benchmark.standard.StandardOptions" runCount="5" logStep="1000" scaleUp="5"/>
-</benchmark>
\ No newline at end of file
+</benchmark>