add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / contrib / benchmark / conf / highlight-vs-vector-highlight.alg
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
19 ram.flush.mb=flush:32:32
20 compound=cmpnd:true:false
21
22 analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
23 directory=FSDirectory
24
25 doc.stored=true
26 doc.tokenized=true
27 doc.term.vector=true
28 doc.term.vector.offsets=true
29 doc.term.vector.positions=true
30 log.step=2000
31
32 docs.dir=reuters-out
33
34 content.source=org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
35 docs.file=temp/enwiki-20070527-pages-articles.xml
36
37 query.maker=org.apache.lucene.benchmark.byTask.feeds.EnwikiQueryMaker
38 enwikiQueryMaker.disableSpanQueries=true
39
40 max.field.length=2147483647
41 highlighter.maxDocCharsToAnalyze=2147483647
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 { "Populate"
49         CreateIndex
50         { "MAddDocs" AddDoc } : 20000
51         Optimize
52         CloseIndex
53 }
54 {
55         OpenReader
56           { "WarmTV" SearchTravRetVectorHighlight(maxFrags[3],fields[body]) > : 100
57         CloseReader
58 }
59 {
60         "Rounds"
61
62         ResetSystemSoft
63
64         OpenReader
65           { "SearchVecHlgtSameRdr" SearchTravRetVectorHighlight(maxFrags[3],fields[body]) > : 200
66         CloseReader
67
68         ResetSystemSoft
69
70         OpenReader
71           { "SearchHlgtSameRdr" SearchTravRetHighlight(maxFrags[3],fields[body]) > : 200
72         CloseReader
73
74         RepSumByPref Search
75
76         NewRound
77 } : 4
78
79 RepSumByNameRound
80 RepSumByName