LUCENE-684: improve javadoc of deleDocuments(Term), thanks to Paul Elschot

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@464201 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2006-10-15 14:22:51 +00:00
parent 323328ca97
commit 32b1946cc1
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ public abstract class IndexReader {
protected abstract void doDelete(int docNum) throws IOException;
/** Deletes all documents containing <code>term</code>.
/** Deletes all documents that have a given <code>term</code> indexed.
* This is useful if one uses a document field to hold a unique ID string for
* the document. Then to delete such a document, one merely constructs a
* term with the appropriate field and the unique ID string as its text and