Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lucene/benchmark/conf/micro-standard.alg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down