- Cosmetics

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@524914 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-04-02 20:27:34 +00:00
parent ca5430c7a0
commit 023ffe2c29
3 changed files with 5 additions and 5 deletions

View File

@ -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)
# --------------------------------------------------------
# -------------------------------------------------------------------------------------

View File

@ -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 @@ Class is the fully qualified name of the Benchmarker to load. It must have a no
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>
</benchmark>

View File

@ -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 @@ Class is the fully qualified name of the Benchmarker to load. It must have a no
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>
</benchmark>