mirror of https://github.com/apache/lucene.git
LUCENE-7940: removed unused import and javadocs fix so that ant precommit succeeds
This commit is contained in:
parent
3197d5af71
commit
755f6cc6a8
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue