LUCENE-7940: removed unused import and javadocs fix so that ant precommit succeeds

This commit is contained in:
Robert Muir 2017-08-31 23:49:03 -04:00
parent 3197d5af71
commit 755f6cc6a8
2 changed files with 2 additions and 4 deletions

View File

@ -96,10 +96,10 @@ public final class BengaliAnalyzer extends StopwordAnalyzerBase {
/**
* Creates
* {@link TokenStreamComponents}
* {@link org.apache.lucene.analysis.Analyzer.TokenStreamComponents}
* used to tokenize all the text in the provided {@link Reader}.
*
* @return {@link TokenStreamComponents}
* @return {@link org.apache.lucene.analysis.Analyzer.TokenStreamComponents}
* built from a {@link StandardTokenizer} filtered with
* {@link LowerCaseFilter}, {@link DecimalDigitFilter}, {@link IndicNormalizationFilter},
* {@link BengaliNormalizationFilter}, {@link SetKeywordMarkerFilter}

View File

@ -18,8 +18,6 @@ package org.apache.lucene.analysis.bn;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.BaseTokenStreamTestCase;
import org.apache.lucene.analysis.CharArraySet;
/**
* Tests the BengaliAnalyzer