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 eh...@apache.org on 2005/11/22 19:35:09 UTC

svn commit: r348207 - /lucene/java/trunk/src/java/org/apache/lucene/analysis/Analyzer.java

Author: ehatcher
Date: Tue Nov 22 10:35:05 2005
New Revision: 348207

URL: http://svn.apache.org/viewcvs?rev=348207&view=rev
Log:
remove mention of non-public DocumentWriter class from Analyzer javadocs

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/analysis/Analyzer.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/analysis/Analyzer.java
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/src/java/org/apache/lucene/analysis/Analyzer.java?rev=348207&r1=348206&r2=348207&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/analysis/Analyzer.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/analysis/Analyzer.java Tue Nov 22 10:35:05 2005
@@ -51,7 +51,7 @@
   }
 
   /**
-   * Invoked, by DocumentWriter, before indexing a Field instance if
+   * Invoked before indexing a Field instance if
    * terms have already been added to that field.  This allows custom
    * analyzers to place an automatic position increment gap between
    * Field instances using the same field name.  The default value