Documentation
¶
Overview ¶
Package iscp provides fulltext's ISCP hook layer.
The writer body lives in pkg/iscp (FulltextSqlWriter); this package is a thin adapter that satisfies iscp.Hooks by delegating to that surface. The consumer loop reuses the generic SQL-execution runner iscp.RunIndex.
Registered from pkg/indexplugin/all/all.go via iscp.Register.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hooks ¶
type Hooks struct{}
Hooks implements iscp.Hooks for fulltext.
func (Hooks) NewSqlWriter ¶
func (Hooks) Run ¶
func (Hooks) Run(c *iscppkg.IndexConsumer, ctx context.Context, errch chan error, r iscppkg.DataRetriever)
Click to show internal directories.
Click to hide internal directories.