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