mirror of https://github.com/apache/lucene.git
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:
parent
f159d7006d
commit
a92e6e8240
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue