Summary
Sets the path to a stopwords file.
- Assembly
- Wyam
.SearchIndex .dll - Namespace
- Wyam
.SearchIndex - Containing Type
- SearchIndex
Syntax
public SearchIndex WithStopwordsPath(FilePath stopwordsPath)
Parameters
Name | Type | Description |
---|---|---|
stopwordsPath | FilePath | A file to use that contains a set of stopwords. |
Return Value
Type | Description |
---|---|
SearchIndex | The current module instance. |