LUCENE-2259: fix new method (it's deleteUnusedFiles)

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2010-02-12 12:13:18 +00:00
parent 11f6b9185e
commit 0dcbffdfe1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ API Changes
* LUCENE-2240: SimpleAnalyzer and WhitespaceAnalyzer now have
Version ctors. (Simon Willnauer via Uwe Schindler)
* LUCENE-2259: Add IndexWriter.removeUnusedFiles, to attempt removing
* LUCENE-2259: Add IndexWriter.deleteUnusedFiles, to attempt removing
unused files. This is only useful on Windows, which prevents
deletion of open files. IndexWriter will eventually remove these
files itself; this method just lets you do so when you know the