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 rm...@apache.org on 2010/01/29 05:10:59 UTC

svn commit: r904374 - in /lucene/java/trunk/contrib/benchmark/conf: basicNRT.alg collation.alg highlight-vs-vector-highlight.alg shingle.alg vector-highlight-profile.alg

Author: rmuir
Date: Fri Jan 29 04:10:59 2010
New Revision: 904374

URL: http://svn.apache.org/viewvc?rev=904374&view=rev
Log:
set eol-style for benchmark .alg files

Modified:
    lucene/java/trunk/contrib/benchmark/conf/basicNRT.alg   (props changed)
    lucene/java/trunk/contrib/benchmark/conf/collation.alg   (contents, props changed)
    lucene/java/trunk/contrib/benchmark/conf/highlight-vs-vector-highlight.alg   (props changed)
    lucene/java/trunk/contrib/benchmark/conf/shingle.alg   (contents, props changed)
    lucene/java/trunk/contrib/benchmark/conf/vector-highlight-profile.alg   (props changed)

Propchange: lucene/java/trunk/contrib/benchmark/conf/basicNRT.alg
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: lucene/java/trunk/contrib/benchmark/conf/collation.alg
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/conf/collation.alg?rev=904374&r1=904373&r2=904374&view=diff
==============================================================================
--- lucene/java/trunk/contrib/benchmark/conf/collation.alg (original)
+++ lucene/java/trunk/contrib/benchmark/conf/collation.alg Fri Jan 29 04:10:59 2010
@@ -1,97 +1,97 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-# 
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-content.source=org.apache.lucene.benchmark.byTask.feeds.LineDocSource
-content.source.encoding=UTF-8
-doc.tokenized=false
-doc.body.tokenized=true
-docs.file=work/top100k-out/top.fr.wikipedia.words.txt
-content.source.forever=false
-log.step=100000
-
-{ "Rounds"
-    -NewAnalyzer(KeywordAnalyzer)
-    -SetProp(docs.file,work/top100k-out/top.fr.wikipedia.words.txt)
-    ResetInputs
-    { "FrenchKeyword" { ReadTokens > : * ResetInputs } : 10
-
-    -NewAnalyzer(KeywordAnalyzer)
-    -SetProp(docs.file,work/top100k-out/top.de.wikipedia.words.txt)
-    ResetInputs
-    { "GermanKeyword" { ReadTokens > : * ResetInputs } : 10
-
-    -NewAnalyzer(KeywordAnalyzer)
-    -SetProp(docs.file,work/top100k-out/top.uk.wikipedia.words.txt)
-    ResetInputs
-    { "UkrainianKeyword" { ReadTokens > : * ResetInputs } : 10
- 
-    -NewAnalyzer(KeywordAnalyzer)
-    -SetProp(docs.file,work/top100k-out/top.en.wikipedia.words.txt)
-    ResetInputs
-    { "EnglishKeyword" { ReadTokens > : * ResetInputs } : 10
- 
-    -NewLocale(fr)
-    -NewCollationAnalyzer
-    -SetProp(docs.file,work/top100k-out/top.fr.wikipedia.words.txt)
-    ResetInputs
-    { "FrenchJDK" { ReadTokens > : * ResetInputs } : 10
-
-    -NewLocale(de)
-    -NewCollationAnalyzer
-    -SetProp(docs.file,work/top100k-out/top.de.wikipedia.words.txt)
-    ResetInputs
-    { "GermanJDK" { ReadTokens > : * ResetInputs } : 10
-
-    -NewLocale(uk)
-    -NewCollationAnalyzer
-    -SetProp(docs.file,work/top100k-out/top.uk.wikipedia.words.txt)
-    ResetInputs
-    { "UkrainianJDK" { ReadTokens > : * ResetInputs } : 10
-
-    -NewLocale(en)
-    -NewCollationAnalyzer
-    -SetProp(docs.file,work/top100k-out/top.en.wikipedia.words.txt)
-    ResetInputs
-    { "EnglishJDK" { ReadTokens > : * ResetInputs } : 10
-
-    -NewLocale(fr)
-    -NewCollationAnalyzer(impl:icu)
-    -SetProp(docs.file,work/top100k-out/top.fr.wikipedia.words.txt)
-    ResetInputs
-    { "FrenchICU" { ReadTokens > : * ResetInputs } : 10
-
-    -NewLocale(de)
-    -NewCollationAnalyzer(impl:icu)
-    -SetProp(docs.file,work/top100k-out/top.de.wikipedia.words.txt)
-    ResetInputs
-    { "GermanICU" { ReadTokens > : * ResetInputs } : 10
-
-    -NewLocale(uk)
-    -NewCollationAnalyzer(impl:icu)
-    -SetProp(docs.file,work/top100k-out/top.uk.wikipedia.words.txt)
-    ResetInputs
-    { "UkrainianICU" { ReadTokens > : * ResetInputs } : 10
-
-    -NewLocale(en)
-    -NewCollationAnalyzer(impl:icu)
-    -SetProp(docs.file,work/top100k-out/top.en.wikipedia.words.txt)
-    ResetInputs
-    { "EnglishICU" { ReadTokens > : * ResetInputs } : 10
-
-    NewRound
-
-} : 5
-
-RepSumByNameRound
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+content.source=org.apache.lucene.benchmark.byTask.feeds.LineDocSource
+content.source.encoding=UTF-8
+doc.tokenized=false
+doc.body.tokenized=true
+docs.file=work/top100k-out/top.fr.wikipedia.words.txt
+content.source.forever=false
+log.step=100000
+
+{ "Rounds"
+    -NewAnalyzer(KeywordAnalyzer)
+    -SetProp(docs.file,work/top100k-out/top.fr.wikipedia.words.txt)
+    ResetInputs
+    { "FrenchKeyword" { ReadTokens > : * ResetInputs } : 10
+
+    -NewAnalyzer(KeywordAnalyzer)
+    -SetProp(docs.file,work/top100k-out/top.de.wikipedia.words.txt)
+    ResetInputs
+    { "GermanKeyword" { ReadTokens > : * ResetInputs } : 10
+
+    -NewAnalyzer(KeywordAnalyzer)
+    -SetProp(docs.file,work/top100k-out/top.uk.wikipedia.words.txt)
+    ResetInputs
+    { "UkrainianKeyword" { ReadTokens > : * ResetInputs } : 10
+ 
+    -NewAnalyzer(KeywordAnalyzer)
+    -SetProp(docs.file,work/top100k-out/top.en.wikipedia.words.txt)
+    ResetInputs
+    { "EnglishKeyword" { ReadTokens > : * ResetInputs } : 10
+ 
+    -NewLocale(fr)
+    -NewCollationAnalyzer
+    -SetProp(docs.file,work/top100k-out/top.fr.wikipedia.words.txt)
+    ResetInputs
+    { "FrenchJDK" { ReadTokens > : * ResetInputs } : 10
+
+    -NewLocale(de)
+    -NewCollationAnalyzer
+    -SetProp(docs.file,work/top100k-out/top.de.wikipedia.words.txt)
+    ResetInputs
+    { "GermanJDK" { ReadTokens > : * ResetInputs } : 10
+
+    -NewLocale(uk)
+    -NewCollationAnalyzer
+    -SetProp(docs.file,work/top100k-out/top.uk.wikipedia.words.txt)
+    ResetInputs
+    { "UkrainianJDK" { ReadTokens > : * ResetInputs } : 10
+
+    -NewLocale(en)
+    -NewCollationAnalyzer
+    -SetProp(docs.file,work/top100k-out/top.en.wikipedia.words.txt)
+    ResetInputs
+    { "EnglishJDK" { ReadTokens > : * ResetInputs } : 10
+
+    -NewLocale(fr)
+    -NewCollationAnalyzer(impl:icu)
+    -SetProp(docs.file,work/top100k-out/top.fr.wikipedia.words.txt)
+    ResetInputs
+    { "FrenchICU" { ReadTokens > : * ResetInputs } : 10
+
+    -NewLocale(de)
+    -NewCollationAnalyzer(impl:icu)
+    -SetProp(docs.file,work/top100k-out/top.de.wikipedia.words.txt)
+    ResetInputs
+    { "GermanICU" { ReadTokens > : * ResetInputs } : 10
+
+    -NewLocale(uk)
+    -NewCollationAnalyzer(impl:icu)
+    -SetProp(docs.file,work/top100k-out/top.uk.wikipedia.words.txt)
+    ResetInputs
+    { "UkrainianICU" { ReadTokens > : * ResetInputs } : 10
+
+    -NewLocale(en)
+    -NewCollationAnalyzer(impl:icu)
+    -SetProp(docs.file,work/top100k-out/top.en.wikipedia.words.txt)
+    ResetInputs
+    { "EnglishICU" { ReadTokens > : * ResetInputs } : 10
+
+    NewRound
+
+} : 5
+
+RepSumByNameRound

Propchange: lucene/java/trunk/contrib/benchmark/conf/collation.alg
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/java/trunk/contrib/benchmark/conf/highlight-vs-vector-highlight.alg
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: lucene/java/trunk/contrib/benchmark/conf/shingle.alg
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/conf/shingle.alg?rev=904374&r1=904373&r2=904374&view=diff
==============================================================================
--- lucene/java/trunk/contrib/benchmark/conf/shingle.alg (original)
+++ lucene/java/trunk/contrib/benchmark/conf/shingle.alg Fri Jan 29 04:10:59 2010
@@ -1,48 +1,48 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-# 
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-content.source=org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
-doc.tokenized=false
-doc.body.tokenized=true
-docs.dir=reuters-out
-log.step=1000
-
-{ "Rounds"
-
-    -NewShingleAnalyzer(maxShingleSize:2,outputUnigrams:true)
-    -ResetInputs
-    { "BigramsAndUnigrams" { ReadTokens > : 10000 }
-
-    -NewShingleAnalyzer(maxShingleSize:2,outputUnigrams:false)
-    -ResetInputs
-    { "BigramsOnly" { ReadTokens > : 10000 }
-
-    -NewShingleAnalyzer(maxShingleSize:4,outputUnigrams:true)
-    -ResetInputs
-    { "FourgramsAndUnigrams" { ReadTokens > : 10000 }
-
-    -NewShingleAnalyzer(maxShingleSize:4,outputUnigrams:false)
-    -ResetInputs
-    { "FourgramsOnly" { ReadTokens > : 10000 }
-
-    -NewAnalyzer(standard.StandardAnalyzer)
-    -ResetInputs
-    { "UnigramsOnly" { ReadTokens > : 10000 }
-
-    NewRound
-
-} : 5
-
-RepSumByNameRound
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+content.source=org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
+doc.tokenized=false
+doc.body.tokenized=true
+docs.dir=reuters-out
+log.step=1000
+
+{ "Rounds"
+
+    -NewShingleAnalyzer(maxShingleSize:2,outputUnigrams:true)
+    -ResetInputs
+    { "BigramsAndUnigrams" { ReadTokens > : 10000 }
+
+    -NewShingleAnalyzer(maxShingleSize:2,outputUnigrams:false)
+    -ResetInputs
+    { "BigramsOnly" { ReadTokens > : 10000 }
+
+    -NewShingleAnalyzer(maxShingleSize:4,outputUnigrams:true)
+    -ResetInputs
+    { "FourgramsAndUnigrams" { ReadTokens > : 10000 }
+
+    -NewShingleAnalyzer(maxShingleSize:4,outputUnigrams:false)
+    -ResetInputs
+    { "FourgramsOnly" { ReadTokens > : 10000 }
+
+    -NewAnalyzer(standard.StandardAnalyzer)
+    -ResetInputs
+    { "UnigramsOnly" { ReadTokens > : 10000 }
+
+    NewRound
+
+} : 5
+
+RepSumByNameRound

Propchange: lucene/java/trunk/contrib/benchmark/conf/shingle.alg
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/java/trunk/contrib/benchmark/conf/vector-highlight-profile.alg
------------------------------------------------------------------------------
    svn:eol-style = native