fix enwiki (and a few others) task, DocMaker was removed in 3.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2009-12-05 22:37:36 +00:00
parent f159d7006d
commit a92e6e8240
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
#
# Where to get documents from:
doc.maker=org.apache.lucene.benchmark.byTask.feeds.EnwikiDocMaker
content.source=org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
docs.file=temp/enwiki-20070527-pages-articles.xml
# Where to write the line file output:

View File

@ -32,7 +32,7 @@
analyzer=org.apache.lucene.analysis.SimpleAnalyzer
# Feed that knows how to process the line file format:
doc.maker=org.apache.lucene.benchmark.byTask.feeds.LineDocMaker
content.source=org.apache.lucene.benchmark.byTask.feeds.LineDocSource
# File that contains one document per line:
docs.file=work/reuters.lines.txt

View File

@ -37,7 +37,7 @@ log.step=5000
docs.file=temp/enwiki-20070527-pages-articles.xml
doc.maker=org.apache.lucene.benchmark.byTask.feeds.EnwikiDocMaker
content.source=org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
query.maker=org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker