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

Syntax

public GenerateLunrIndex ZipResultsFile(bool zipResultsFile)

Parameters

Name Type Description
zipResultsFile bool true to gzip the results file, false otherwise.

Return Value

Type Description
GenerateLunrIndex The current module instance.