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:
Michael McCandless 2009-11-07 21:13:01 +00:00
parent e817cfce3a
commit 47a52d9f49
1 changed files with 3 additions and 0 deletions

View File

@ -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