Specifies an input file that contains stop words to use. The file should contain
one stop word per line.
- Namespace
- Statiq
.Lunr - Containing Type
- GenerateLunrIndex
Syntax
public GenerateLunrIndex WithStopWordsFromFile(NormalizedPath stopWordsFilePath)
Parameters
| Name | Type | Description |
|---|---|---|
| stopWordsFilePath | NormalizedPath | The path to an input file that contains stop words. |
Return Value
| Type | Description |
|---|---|
| GenerateLunrIndex | The current module instance. |