The default stop words set in StandardAnalyzer
and EnglishAnalyzer
is from StopAnalyzer.ENGLISH_STOP_WORDS_SET
, as found in the source file:
"a", "an", "and", "are", "as", "at", "be", "but", "by",
"for", "if", "in", "into", "is", "it",
"no", "not", "of", "on", "or", "such",
"that", "the", "their", "then", "there", "these",
"they", "this", "to", "was", "will", "with"
StopFilter
itself defines no default set of stop words.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…