mirror of https://github.com/apache/lucene.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@478377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae6846798d
commit
d33f53c109
|
@ -204,7 +204,7 @@ public class AnalyzerUtil {
|
|||
|
||||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Reference in New Issue