Structure
SearchIndexBuilder.SearchDocument
A searchable document entry.
struct SearchDocument
Topics
Initializers
?
init(id:title:type:path:summary:keywords:module:content:)
Creates a new search document.
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).