mirror of https://github.com/apache/lucene.git
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:
parent
323328ca97
commit
32b1946cc1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue