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 00:22:57 UTC

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

Author: whoschek
Date: Wed Nov 22 15:22:56 2006
New Revision: 478377

URL: http://svn.apache.org/viewvc?view=rev&rev=478377
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=478377&r1=478376&r2=478377
==============================================================================
--- 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 15:22:56 2006
@@ -204,7 +204,7 @@
   
   /**
    * Returns an analyzer wrapper that caches all tokens generated by the underlying child analyzer's
-   * token stream, and delivers those cached tokens on subsequent calls to 
+   * token stream, and delivers those cached tokens on subsequent matching calls to 
    * <code>tokenStream(String fieldName, Reader reader)</code>.
    * <p>
    * This can help improve performance in the presence of expensive Analyzer / TokenFilter chains.