You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by dn...@apache.org on 2005/06/07 00:54:42 UTC

svn commit: r185087 - /lucene/java/trunk/src/java/org/apache/lucene/index/IndexWriter.java

Author: dnaber
Date: Mon Jun  6 15:54:42 2005
New Revision: 185087

URL: http://svn.apache.org/viewcvs?rev=185087&view=rev
Log:
"see also" link in javadoc to IndexModifier

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/index/IndexWriter.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/index/IndexWriter.java
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/src/java/org/apache/lucene/index/IndexWriter.java?rev=185087&r1=185086&r2=185087&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/index/IndexWriter.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/index/IndexWriter.java Mon Jun  6 15:54:42 2005
@@ -53,6 +53,8 @@
   another IndexWriter on the same directory will lead to an IOException. The IOException
   is also thrown if an IndexReader on the same directory is used to delete documents
   from the index.
+  
+  @see IndexModifier IndexModifier supports the important methods of IndexWriter plus deletion
   */
 
 public class IndexWriter {