Update namespacing of stopwords file
This commit is contained in:
parent
64025561e3
commit
02e6b2ef8e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace LibSearchBox
|
||||||
}
|
}
|
||||||
|
|
||||||
public Index(string inSource, IndexOptions options)
|
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)
|
public Index(string inSource) : this(inSource, IndexOptions.ExcludeStopwords)
|
||||||
|
|
Loading…
Reference in a new issue