Documentation Language: Swift

Structure

SearchIndexBuilder.SearchIndex

The complete search index.

struct SearchIndex

Topics

Initializers

?
init(version:documents:)

Creates a new search index.

Instance Properties

V
documents

The searchable documents.

V
fields

Field configuration for Lunr.js.

V
version

The index version for compatibility checking.

Default Implementations

Relationships

Conforms To