Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExportConfigJson ¶
type ExportConfigJson struct { Settings *search.Settings `json:"settings,omitempty"` Rules []search.Rule `json:"rules,omitempty"` Synonyms []search.Synonym `json:"synonyms,omitempty"` }
func GetIndiceConfig ¶
func GetIndiceConfig(indice *search.Index, scope []string, cs *iostreams.ColorScheme) (*ExportConfigJson, error)
Click to show internal directories.
Click to hide internal directories.