mirror of https://github.com/apache/lucene.git
LUCENE-2043: CommitIndexTask also commits pending changes in the open IndexReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e817cfce3a
commit
47a52d9f49
|
@ -200,6 +200,9 @@ API Changes
|
|||
* LUCENE-1973: Un-deprecate IndexSearcher.setDefaultFieldSortScoring,
|
||||
to allow controlling per-IndexSearcher whether scores are computed
|
||||
when sorting by field. (Uwe Schindler, Mike McCandless)
|
||||
|
||||
* LUCENE-2043: Make IndexReader.commit(Map<String,String>) public.
|
||||
(Mike McCandless)
|
||||
|
||||
Documentation
|
||||
|
||||
|
|
Loading…
Reference in New Issue