config

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AskExportConfig

func AskExportConfig(opts *ExportOptions) error

func AskImportConfig

func AskImportConfig(opts *ImportOptions) error

func ValidateExportConfigFlags

func ValidateExportConfigFlags(opts ExportOptions) error

func ValidateImportConfigFlags

func ValidateImportConfigFlags(opts *ImportOptions) error

Types

type ExportOptions

type ExportOptions struct {
	Config config.IConfig
	IO     *iostreams.IOStreams

	Indices   []string
	Index     string
	Scope     []string
	Directory string

	SearchClient func() (*search.APIClient, error)
}

type ImportConfigJSON added in v1.7.0

type ImportConfigJSON struct {
	Settings *search.IndexSettings `json:"settings,omitempty"`
	Rules    []search.Rule         `json:"rules,omitempty"`
	Synonyms []search.SynonymHit   `json:"synonyms,omitempty"`
}

type ImportOptions

type ImportOptions struct {
	Config config.IConfig
	IO     *iostreams.IOStreams

	SearchClient func() (*search.APIClient, error)

	ImportConfig ImportConfigJSON

	Index                 string
	FilePath              string
	Scope                 []string
	ClearExistingSynonyms bool
	ClearExistingRules    bool

	ForwardSettingsToReplicas bool
	ForwardSynonymsToReplicas bool
	ForwardRulesToReplicas    bool

	DoConfirm bool
}

Jump to

Keyboard shortcuts

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