You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Jack Krupansky <ja...@basetechnology.com> on 2012/06/03 20:07:00 UTC

Missing javadoc for IndexWriter.hasDeletions

There is no javadoc for IndexWriter.hasDeletions. I would have expected it to be the same as for IndexReader:

/** Returns true if any documents have been deleted */

Although, I think both should also say “since the most recent merge”.

-- Jack Krupansky