mirror of https://github.com/apache/lucene.git
LUCENE-2582: allow setting the default codec for newly written segments, in the alg file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b76b8e58f3
commit
97e4781e36
|
@ -2,6 +2,11 @@ Lucene Benchmark Contrib Change Log
|
|||
|
||||
The Benchmark contrib package contains code for benchmarking Lucene in a variety of ways.
|
||||
|
||||
8/2/2010
|
||||
LUCENE-2582: You can now specify the default codec to use for
|
||||
writing new segments by adding default.codec = Pulsing (for
|
||||
example), in the alg file. (Mike McCandless)
|
||||
|
||||
4/27/2010: WriteLineDocTask now supports multi-threading. Also,
|
||||
StringBufferReader was renamed to StringBuilderReader and works on
|
||||
StringBuilder now. In addition, LongToEnglishCountentSource starts from 0
|
||||
|
|
|
@ -49,7 +49,7 @@ import java.io.PrintStream;
|
|||
* org.apache.lucene.index.ConcurrentMergeScheduler),
|
||||
* concurrent.merge.scheduler.max.thread.count and
|
||||
* concurrent.merge.scheduler.max.merge.count (defaults per
|
||||
* ConcurrentMergeScheduler) </code>.
|
||||
* ConcurrentMergeScheduler), default.codec </code>.
|
||||
* <p>
|
||||
* This task also supports a "writer.info.stream" property with the following
|
||||
* values:
|
||||
|
|
Loading…
Reference in New Issue