2 # * Licensed to the Apache Software Foundation (ASF) under one or more
3 # * contributor license agreements. See the NOTICE file distributed with
4 # * this work for additional information regarding copyright ownership.
5 # * The ASF licenses this file to You under the Apache License, Version 2.0
6 # * (the "License"); you may not use this file except in compliance with
7 # * the License. You may obtain a copy of the License at
9 # * http://www.apache.org/licenses/LICENSE-2.0
11 # * Unless required by applicable law or agreed to in writing, software
12 # * distributed under the License is distributed on an "AS IS" BASIS,
13 # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # * See the License for the specific language governing permissions and
15 # * limitations under the License.
18 # --------------------------------------------------------
19 # Compound: what is the cost of compound format in indexing?
20 # It does twice as much IO, is it twice slower? (no)
21 # --------------------------------------------------------
23 # -------------------------------------------------------------------------------------
24 # multi val params are iterated by NewRound's, added to reports, start with column name.
28 compound=compnd:true:false
30 analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
32 #directory=RamDirectory
34 doc.stored=stored:true:true:false:false
36 doc.term.vector=vector:true:true:false:false
38 log.step.DeleteDoc=100
43 content.source=org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
45 #query.maker=org.apache.lucene.benchmark.byTask.feeds.SimpleQueryMaker
46 query.maker=org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker
48 # task at this depth or less would print when they start
52 # -------------------------------------------------------------------------------------
58 { "AddDocs" AddDoc > : 10000
62 { "SearchSameRdr" Search > : 500
65 { "WarmNewRdr" Warm > : 50
67 { "SrchNewRdr" Search > : 500
69 { "SrchTrvNewRdr" SearchTrav > : 300
71 { "SrchTrvRetNewRdr" SearchTravRet > : 100
73 [ "WarmNewRdr" Warm > : 50
75 [ "SrchNewRdr" Search > : 500
77 [ "SrchTrvNewRdr" SearchTrav > : 300
79 [ "SrchTrvRetNewRdr" SearchTravRet > : 100
88 RepSumByPrefRound AddDocs
89 RepSumByPrefRound SearchSameRdr
90 RepSumByPrefRound WarmNewRdr
91 RepSumByPrefRound SrchTrvNewRdr
92 RepSumByPrefRound SrchTrvRetNewRdr