Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSynonyms ¶
Types ¶
type ExportConfigJSON ¶ added in v1.7.0
type ExportConfigJSON struct { Settings *search.SettingsResponse `json:"settings,omitempty"` Rules []search.Rule `json:"rules,omitempty"` Synonyms []search.SynonymHit `json:"synonyms,omitempty"` }
func GetIndexConfig ¶ added in v1.7.0
func GetIndexConfig( client *search.APIClient, index string, scope []string, cs *iostreams.ColorScheme, ) (*ExportConfigJSON, error)
Click to show internal directories.
Click to hide internal directories.