mirror of https://github.com/apache/lucene.git
LUCENE-1863: fix doc link and remove unused folder
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c3d17a399
commit
4d36053935
|
@ -27,7 +27,7 @@ import java.util.Set;
|
|||
/** Filters {@link StandardTokenizer} with {@link StandardFilter}, {@link
|
||||
* LowerCaseFilter}, {@link StopFilter} and {@link SnowballFilter}.
|
||||
*
|
||||
* Available stemmers are listed in {@link net.sf.snowball.ext}. The name of a
|
||||
* Available stemmers are listed in org.tartarus.snowball.ext. The name of a
|
||||
* stemmer is the part of the class name before "Stemmer", e.g., the stemmer in
|
||||
* {@link org.tartarus.snowball.ext.EnglishStemmer} is named "English".
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue