instrumentation

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStore

func NewStore(inner search.Store, instrumentation *otel.Instrumentation) (search.Store, error)

Types

type SearchStore

type SearchStore struct {
	// contains filtered or unexported fields
}

func (*SearchStore) ApplySchemaChange

func (s *SearchStore) ApplySchemaChange(ctx context.Context, logEntry *schemalog.LogEntry) (err error)

func (*SearchStore) DeleteSchema

func (s *SearchStore) DeleteSchema(ctx context.Context, schemaName string) (err error)

func (*SearchStore) DeleteTableDocuments

func (s *SearchStore) DeleteTableDocuments(ctx context.Context, schemaName string, tableIDs []string) (err error)

func (*SearchStore) GetMapper

func (s *SearchStore) GetMapper() search.Mapper

func (*SearchStore) SendDocuments

func (s *SearchStore) SendDocuments(ctx context.Context, docs []search.Document) (docErrs []search.DocumentError, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL