mirror of https://github.com/apache/lucene.git
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:
parent
11f6b9185e
commit
0dcbffdfe1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue