diff --git a/contrib/benchmark/CHANGES.txt b/contrib/benchmark/CHANGES.txt index 6773a58fa50..e14b72d6032 100644 --- a/contrib/benchmark/CHANGES.txt +++ b/contrib/benchmark/CHANGES.txt @@ -3,6 +3,9 @@ Lucene Benchmark Contrib Change Log The Benchmark contrib package contains code for benchmarking Lucene in a variety of ways. $Id:$ +12/16/08 + LUCENE-1493: Stop using deprecated Hits API for searching; add new + param search.num.hits to set top N docs to collect. 12/16/08 LUCENE-1492: Added optional readOnly param (default true) to OpenReader task. diff --git a/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html b/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html index feb21de909b..aa7a6bf4175 100644 --- a/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html +++ b/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html @@ -539,6 +539,7 @@ Here is a list of currently defined properties:
elapsedSec
would bring more insight.