Documentation
¶
Overview ¶
@index Pure search-document content construction from graph nodes and annotations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildContent ¶
BuildContent assembles the text indexed for one node's search document. @intent combine symbol names, path/language tokens, and annotation evidence without persistence concerns.
Types ¶
type Maintenance ¶
type Maintenance interface {
RefreshDocuments(ctx context.Context) (int, error)
RebuildIndex(ctx context.Context) error
}
Maintenance refreshes persisted search documents and the bound full-text index. @intent let inbound orchestration trigger one complete search rebuild without receiving database/backend handles.
Click to show internal directories.
Click to hide internal directories.