diff --git a/SearchBox/Index.cs b/SearchBox/Index.cs index 7509e6c..6d27f33 100644 --- a/SearchBox/Index.cs +++ b/SearchBox/Index.cs @@ -33,7 +33,7 @@ namespace LibSearchBox } public Index(string inSource, IndexOptions options) - : this(inSource, EmbeddedFiles.EnumerateLines("SearchBox.EmbeddedFiles.Stopwords.txt"), options) + : this(inSource, EmbeddedFiles.EnumerateLines("LibSearchBox.EmbeddedFiles.Stopwords.txt"), options) { } public Index(string inSource) : this(inSource, IndexOptions.ExcludeStopwords)