Documentation ¶
Index ¶
- func CreateIndex(kind string, client *opensearch.Client, ctx context.Context, ...) (err error)
- func GetIndexVersionsOfAlias(client *opensearch.Client, ctx context.Context, kind string) (current string, next string, err error)
- func IndexExists(client *opensearch.Client, ctx context.Context, name string) (exists bool, err error)
- func New(config configuration.Config) (client *opensearch.Client, err error)
- func UpdateIndexMapping(client *opensearch.Client, ctx context.Context, kind string, ...) error
- func UpdateIndexes(config configuration.Config, resourceNames ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateIndex ¶
func GetIndexVersionsOfAlias ¶
func IndexExists ¶
func New ¶
func New(config configuration.Config) (client *opensearch.Client, err error)
func UpdateIndexMapping ¶
func UpdateIndexes ¶
func UpdateIndexes(config configuration.Config, resourceNames ...string) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.