git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@479751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wolfgang Hoschek 2006-11-27 20:30:52 +00:00
parent 8ab762aef2
commit deb74c1dfb
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public class AnalyzerUtil {
* <ul>
* <li>Caching the tokens of large Lucene documents can lead to out of memory exceptions.</li>
* <li>The Token instances delivered by the underlying child analyzer must be immutable.</li>
* <li>A caching analyzer instance must not be used for more than one document
* <li>The same caching analyzer instance must not be used for more than one document
* because the cache is not keyed on the Reader parameter.</li>
* </ul>
*