mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 02:58:58 +00:00
improve doc for default constructor, no functional change
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a84008a63
commit
8aaf570ed6
@ -33,7 +33,7 @@ public class StandardAnalyzer extends Analyzer {
|
|||||||
useful for searching. */
|
useful for searching. */
|
||||||
public static final String[] STOP_WORDS = StopAnalyzer.ENGLISH_STOP_WORDS;
|
public static final String[] STOP_WORDS = StopAnalyzer.ENGLISH_STOP_WORDS;
|
||||||
|
|
||||||
/** Builds an analyzer. */
|
/** Builds an analyzer with the default stop words ({@link #STOP_WORDS}). */
|
||||||
public StandardAnalyzer() {
|
public StandardAnalyzer() {
|
||||||
this(STOP_WORDS);
|
this(STOP_WORDS);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user