Description
Hi team,
This issue is a spin-off from the java-user list thread.
The stopwords.txt of SmartChineseAnalyzer contains two blank lines at L56 & L58. As a result, SmartChineseAnalyzer.getDefaultStopSet() will produce an empty string stop word, but it makes no sense to have empty string as a stop word.
Maybe we can improve it?