- Fixed a typo in {@link}

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2004-02-12 18:38:50 +00:00
parent a3d7da14b4
commit a8d459a9f5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ import java.util.HashMap;
* This analyzer is used to facilitate scenarios where different
* fields require different analysis techniques. Use {@link #addAnalyzer}
* to add a non-default analyzer on a field name basis.
* See {@link TestPerFieldAnalzyerWrapper} for example usage.
* See {@link TestPerFieldAnalyzerWrapper} for example usage.
*/
public class PerFieldAnalyzerWrapper extends Analyzer {
private Analyzer defaultAnalyzer;