searchengine

package
v5.22.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2020 License: AGPL-3.0, Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Broker

type Broker struct {
	ElasticsearchEngine SearchEngineInterface
	// contains filtered or unexported fields
}

func NewBroker

func NewBroker(cfg *model.Config, jobServer *jobs.JobServer) *Broker

func (*Broker) GetActiveEngines

func (seb *Broker) GetActiveEngines() []SearchEngineInterface

func (*Broker) RegisterElasticsearchEngine

func (seb *Broker) RegisterElasticsearchEngine(es SearchEngineInterface)

func (*Broker) UpdateConfig

func (seb *Broker) UpdateConfig(cfg *model.Config) *model.AppError

type SearchEngineInterface

type SearchEngineInterface interface {
	Start() *model.AppError
	Stop() *model.AppError
	GetVersion() int
	UpdateConfig(cfg *model.Config)
	GetName() string
	IsActive() bool
	IsIndexingEnabled() bool
	IsSearchEnabled() bool
	IsAutocompletionEnabled() bool
	IsIndexingSync() bool
	//	IndexChannel(channel *model.Channel) *model.AppError
	IndexUser(user *model.User, teamsIds, channelsIds []string) *model.AppError
	//	SearchUsersInTeam(teamId string, restrictedToChannels []string, term string, options *model.UserSearchOptions) ([]string, *model.AppError)
	DeleteUser(user *model.User) *model.AppError
	TestConfig(cfg *model.Config) *model.AppError
	PurgeIndexes() *model.AppError
	RefreshIndexes() *model.AppError
	DataRetentionDeleteIndexes(cutoff time.Time) *model.AppError
}

Jump to

Keyboard shortcuts

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