Removes a field from the search index.
- Namespace
- Statiq
.Lunr - Containing Type
- GenerateLunrIndex
Syntax
public GenerateLunrIndex WithoutField(string key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The key to remove. |
Return Value
| Type | Description |
|---|---|
| GenerateLunrIndex | The current module instance. |