|
|
|
@ -33,7 +33,7 @@ namespace LibSearchBox
@@ -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) |
|
|
|
|