Metadata keys for use by the
GenerateLunrIndex
module.
- Namespace
- Statiq
.Lunr - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["LunrKeys"]
class Type type-node
Syntax
public static class LunrKeys
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
OmitFromSearch | string | OmitFromSearch |
Set to
true in document metadata to omit a document from the search.
static
|
SearchItems | string | SearchItems |
A metadata key that contains search items for the given document. The value
should be either a
IEnumerable<IReadOnlyDictionary<string, object>>
or a IReadOnlyDictionary<string, object> .
static
|