lucene/benchmarks: correct micro-standard.alg. (#71)

This commit is contained in:
Dawid Weiss 2021-05-14 17:07:25 +02:00 committed by GitHub
parent 8045a170f4
commit 0d05b21314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ doc.tokenized=true
doc.term.vector=false doc.term.vector=false
log.step=500 log.step=500
docs.dir=reuters-out work.dir=data
#docs.dir=reuters-111 docs.dir=reuters21578
#content.source=org.apache.lucene.benchmark.byTask.feeds.SingleDocSource #content.source=org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
content.source=org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource content.source=org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource

View File

@ -76,10 +76,10 @@
* *
* <h2>How to use</h2> * <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> * <ul>
* <li>ant run-task <br> * <li>./gradlew -p lucene/benchmark getReuters run <br>
* - would run the <code>micro-standard.alg</code> "algorithm". * - would run the <code>micro-standard.alg</code> "algorithm".
* <li>ant run-task -Dtask.alg=conf/compound-penalty.alg <br> * <li>ant run-task -Dtask.alg=conf/compound-penalty.alg <br>
* - would run the <code>compound-penalty.alg</code> "algorithm". * - would run the <code>compound-penalty.alg</code> "algorithm".