Summary
Controls whether stemming is turned on.
- Assembly
- Wyam
.SearchIndex .dll - Namespace
- Wyam
.SearchIndex - Containing Type
- SearchIndex
Syntax
public SearchIndex EnableStemming(bool enableStemming = true)
Parameters
| Name | Type | Description |
|---|---|---|
| enableStemming | bool | If set to true, stemming is enabled. |
Return Value
| Type | Description |
|---|---|
| SearchIndex | The current module instance. |
