Documentation Language: Swift

Structure

SearchIndexBuilder.SearchDocument

A searchable document entry.

struct SearchDocument

Topics

Initializers

Instance Properties

V
content

Full text content extracted from the page.

V
id

The unique identifier for this document.

V
keywords

Keywords extracted from the content.

V
module

The parent module or package name.

V
path

The relative URL path to the document.

V
summary

The document’s abstract/summary text.

V
title

The document title.

V
type

The document type (symbol, article, tutorial).

Default Implementations

Relationships

Conforms To