ZipIndexFile(bool) Method
Indicates whether to gzip the index file (the default is true).
Namespace
Statiq.Lunr
Containing Type
GenerateLunrIndex

Syntax

public GenerateLunrIndex ZipIndexFile(bool zipIndexFile)

Parameters

Name Type Description
zipIndexFile bool true to gzip the index file, false otherwise.

Return Value

Type Description
GenerateLunrIndex The current module instance.