git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@478407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wolfgang Hoschek 2006-11-23 00:27:36 +00:00
parent b8387ec241
commit f76157f560
1 changed files with 2 additions and 2 deletions

View File

@ -212,8 +212,8 @@ public class AnalyzerUtil {
* 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