Documentation Language: Swift

Method

writeIndex(to:)

Writes the search index to a file.

func writeIndex(to url: URL) throws

Parameters

url

The output URL for the search index JSON file.

Discussion