mirror of https://github.com/apache/lucene.git
lucene/benchmarks: correct micro-standard.alg. (#71)
This commit is contained in:
parent
8045a170f4
commit
0d05b21314
|
@ -30,8 +30,8 @@ doc.tokenized=true
|
|||
doc.term.vector=false
|
||||
log.step=500
|
||||
|
||||
docs.dir=reuters-out
|
||||
#docs.dir=reuters-111
|
||||
work.dir=data
|
||||
docs.dir=reuters21578
|
||||
|
||||
#content.source=org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
|
||||
content.source=org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
|
||||
|
|
|
@ -76,10 +76,10 @@
|
|||
*
|
||||
* <h2>How to use</h2>
|
||||
*
|
||||
* <p>Easiest way to run a benchmarks is using the predefined ant task:
|
||||
* <p>The easiest way to run a benchmarks is using gradle:
|
||||
*
|
||||
* <ul>
|
||||
* <li>ant run-task <br>
|
||||
* <li>./gradlew -p lucene/benchmark getReuters run <br>
|
||||
* - would run the <code>micro-standard.alg</code> "algorithm".
|
||||
* <li>ant run-task -Dtask.alg=conf/compound-penalty.alg <br>
|
||||
* - would run the <code>compound-penalty.alg</code> "algorithm".
|
||||
|
|
Loading…
Reference in New Issue