mirror of https://github.com/apache/lucene.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@479751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ab762aef2
commit
deb74c1dfb
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue