git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@478377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wolfgang Hoschek 2006-11-22 23:22:56 +00:00
parent ae6846798d
commit d33f53c109
1 changed files with 1 additions and 1 deletions

View File

@ -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.