mirror of https://github.com/apache/lucene.git
Switch to using the EnwikiDocMaker
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@607281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac27fb02de
commit
40d85a7781
|
@ -39,9 +39,9 @@ doc.tokenized=true
|
|||
doc.term.vector=false
|
||||
doc.add.log.step=500
|
||||
|
||||
docs.dir=enwiki
|
||||
docs.file=temp/enwiki-20070527-pages-articles.xml
|
||||
|
||||
doc.maker=org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
|
||||
doc.maker=org.apache.lucene.benchmark.byTask.feeds.EnwikiDocMaker
|
||||
|
||||
query.maker=org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker
|
||||
|
||||
|
|
|
@ -35,9 +35,9 @@ doc.tokenized=true
|
|||
doc.term.vector=false
|
||||
doc.add.log.step=500
|
||||
|
||||
docs.dir=enwiki
|
||||
docs.file=temp/enwiki-20070527-pages-articles.xml
|
||||
|
||||
doc.maker=org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
|
||||
doc.maker=org.apache.lucene.benchmark.byTask.feeds.EnwikiDocMaker
|
||||
|
||||
query.maker=org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker
|
||||
|
||||
|
|
Loading…
Reference in New Issue