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

View File

@ -201,6 +201,9 @@ API Changes
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
* LUCENE-1955: Fix Hits deprecation notice to point users in right