~slub.team/goobi-indexserver/3.x

« back to all changes in this revision

Viewing changes to lucene/contrib/benchmark/conf/standard-flush-by-RAM.alg

  • Committer: Sebastian Meyer
  • Date: 2012-08-03 09:12:40 UTC
  • Revision ID: sebastian.meyer@slub-dresden.de-20120803091240-x6861b0vabq1xror
Remove Lucene and Solr source code and add patches instead
Fix Bug #985487: Auto-suggestion for the search interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#/**
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
8
 
# *
9
 
# *     http://www.apache.org/licenses/LICENSE-2.0
10
 
# *
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.
16
 
# */
17
 
# -------------------------------------------------------------------------------------
18
 
# multi val params are iterated by NewRound's, added to reports, start with column name.
19
 
 
20
 
#merge.factor=mrg:10:100:10:100:10:100:10:100
21
 
#max.buffered=buf:10:10:100:100:10:10:100:100
22
 
ram.flush.mb=flush:32:40:48:56:32:40:48:56
23
 
compound=cmpnd:true:true:true:true:false:false:false:false
24
 
 
25
 
analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
26
 
directory=FSDirectory
27
 
#directory=RamDirectory
28
 
 
29
 
doc.stored=true
30
 
doc.tokenized=true
31
 
doc.term.vector=false
32
 
log.step=2000
33
 
 
34
 
docs.dir=reuters-out
35
 
#docs.dir=reuters-111
36
 
 
37
 
#content.source=org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
38
 
content.source=org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
39
 
 
40
 
#query.maker=org.apache.lucene.benchmark.byTask.feeds.SimpleQueryMaker
41
 
query.maker=org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker
42
 
 
43
 
# task at this depth or less would print when they start
44
 
task.max.depth.log=2
45
 
 
46
 
log.queries=true
47
 
# -------------------------------------------------------------------------------------
48
 
 
49
 
{ "Rounds"
50
 
 
51
 
    ResetSystemErase
52
 
 
53
 
    { "Populate"
54
 
        CreateIndex
55
 
        { "MAddDocs" AddDoc } : 20000
56
 
        ForcMerge(1)
57
 
        CloseIndex
58
 
    }
59
 
 
60
 
    OpenReader  
61
 
    { "SearchSameRdr" Search > : 5000
62
 
    CloseReader 
63
 
                
64
 
    { "WarmNewRdr" Warm > : 50
65
 
                
66
 
    { "SrchNewRdr" Search > : 500
67
 
                
68
 
    { "SrchTrvNewRdr" SearchTrav > : 300
69
 
                
70
 
    { "SrchTrvRetNewRdr" SearchTravRet > : 100
71
 
                
72
 
    OpenReader  
73
 
    [ "SearchSameRdr" Search > : 5000 : 2500
74
 
    CloseReader 
75
 
                
76
 
    [ "WarmNewRdr" Warm > : 50 : 25
77
 
                
78
 
    [ "SrchNewRdr" Search > : 50 : 25
79
 
                
80
 
    [ "SrchTrvNewRdr" SearchTrav > : 300 : 150
81
 
                
82
 
    [ "SrchTrvRetNewRdr" SearchTravRet > : 100 : 50
83
 
 
84
 
    RepSumByPref MAddDocs
85
 
 
86
 
    NewRound
87
 
 
88
 
} : 8
89
 
 
90
 
RepSumByNameRound
91
 
RepSumByName
92
 
RepSumByPrefRound MAddDocs