Sets an alternate reference key that will be used to get a unique identifier for each search metadata item.
- Namespace
- Statiq
.Lunr - Containing Type
- GenerateLunrIndex
Syntax
public GenerateLunrIndex WithReferenceKey(string referenceKey)
Parameters
Name | Type | Description |
---|---|---|
referenceKey | string | The reference key to use. |
Return Value
Type | Description |
---|---|
GenerateLunrIndex | The current module instance. |