diff --git a/Integration.LuceneNet/JiebaAnalyzer.cs b/Integration.LuceneNet/JiebaAnalyzer.cs index 61844cc..c901044 100644 --- a/Integration.LuceneNet/JiebaAnalyzer.cs +++ b/Integration.LuceneNet/JiebaAnalyzer.cs @@ -13,7 +13,7 @@ public class JiebaAnalyzer : Analyzer static JiebaAnalyzer() { - var stopWordsFile = Path.GetFullPath(JiebaNet.Analyser.ConfigManager.StopWordsFile); + var stopWordsFile = Path.GetFullPath("stop_words.txt"); if (File.Exists(stopWordsFile)) { var lines = File.ReadAllLines(stopWordsFile);