mirror of https://github.com/apache/lucene.git
LUCENE-847: woops, I forgot to add an entry to CHANGES.txt for this rather large change!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@593117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d1989f46fa
commit
658aebd28a
|
@ -47,6 +47,14 @@ API Changes
|
|||
termText instead of String. This gives faster tokenization
|
||||
performance (~10-15%). (Mike McCandless)
|
||||
|
||||
5. LUCENE-847: Factored MergePolicy, which determines which merges
|
||||
should take place and when, as well as MergeScheduler, which
|
||||
determines when the selected merges should actually run, out of
|
||||
IndexWriter. The default merge policy is now
|
||||
LogByteSizeMergePolicy (see LUCENE-845) and the default merge
|
||||
scheduler is now ConcurrentMergeScheduler (see
|
||||
LUCENE-870). (Steven Parkes via Mike McCandless)
|
||||
|
||||
Bug fixes
|
||||
|
||||
1. LUCENE-933: QueryParser fixed to not produce empty sub
|
||||
|
|
Loading…
Reference in New Issue