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 wh...@apache.org on 2006/11/23 01:27:36 UTC

svn commit: r478407 - /lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java

Author: whoschek
Date: Wed Nov 22 16:27:36 2006
New Revision: 478407

URL: http://svn.apache.org/viewvc?view=rev&rev=478407
Log:
javadoc

Modified:
    lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java

Modified: lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java?view=diff&rev=478407&r1=478406&r2=478407
==============================================================================
--- lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java (original)
+++ lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java Wed Nov 22 16:27:36 2006
@@ -212,8 +212,8 @@
    * because the text analysis phase need not be performed more than once.
    * <p>
    * Caveats: 
-   * 2) Caching the tokens of large Lucene documents can lead to out of memory exceptions. 
-   * 3) The Token instances delivered by the underlying child analyzer must be immutable.
+   * 1) Caching the tokens of large Lucene documents can lead to out of memory exceptions. 
+   * 2) The Token instances delivered by the underlying child analyzer must be immutable.
    * 
    * @param child
    *            the underlying child analyzer