mirror of https://github.com/apache/lucene.git
- 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:
parent
a3d7da14b4
commit
a8d459a9f5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue