@@ -567,7 +567,7 @@ func NewIndexFunction(openSearchProjectClient *opensearchapi.Client) *IndexFunct
567567
568568
569569<a name="IndexFunction.AliasExists"></a>
570- ### func \(\*IndexFunction\) [AliasExists](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L219 >)
570+ ### func \(\*IndexFunction\) [AliasExists](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L238 >)
571571
572572```go
573573func (i *IndexFunction) AliasExists(aliasName string) (bool, error)
@@ -594,7 +594,7 @@ func (i *IndexFunction) CreateOrPutAlias(aliasName string, indexNames ...string)
594594
595595
596596<a name="IndexFunction.DeleteAliasFromIndex"></a>
597- ### func \(\*IndexFunction\) [DeleteAliasFromIndex](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L168 >)
597+ ### func \(\*IndexFunction\) [DeleteAliasFromIndex](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L187 >)
598598
599599```go
600600func (i *IndexFunction) DeleteAliasFromIndex(indexName string, aliasName string) error
@@ -612,7 +612,7 @@ func (i *IndexFunction) DeleteIndex(indexName string) error
612612
613613
614614<a name="IndexFunction.ForceMerge"></a>
615- ### func \(\*IndexFunction\) [ForceMerge](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L395 >)
615+ ### func \(\*IndexFunction\) [ForceMerge](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L414 >)
616616
617617```go
618618func (i *IndexFunction) ForceMerge(index string, maximumNumberOfSegments int) error
@@ -621,7 +621,7 @@ func (i *IndexFunction) ForceMerge(index string, maximumNumberOfSegments int) er
621621
622622
623623<a name="IndexFunction.GetIndexSettings"></a>
624- ### func \(\*IndexFunction\) [GetIndexSettings](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L342 >)
624+ ### func \(\*IndexFunction\) [GetIndexSettings](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L361 >)
625625
626626```go
627627func (i *IndexFunction) GetIndexSettings(index string) (map[string]interface{}, error )
@@ -639,7 +639,7 @@ func (i *IndexFunction) GetIndexes(pattern string) ([]string, error)
639639
640640
641641<a name="IndexFunction.GetIndexesForAlias"></a>
642- ### func \(\*IndexFunction\) [GetIndexesForAlias](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L248 >)
642+ ### func \(\*IndexFunction\) [GetIndexesForAlias](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L267 >)
643643
644644```go
645645func (i *IndexFunction) GetIndexesForAlias(aliasName string) ([]string, error)
@@ -657,7 +657,7 @@ func (i *IndexFunction) IndexExists(indexName string) (bool, error)
657657
658658
659659<a name="IndexFunction.IndexHasAlias"></a>
660- ### func \(\*IndexFunction\) [IndexHasAlias](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L194 >)
660+ ### func \(\*IndexFunction\) [IndexHasAlias](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L213 >)
661661
662662```go
663663func (i *IndexFunction) IndexHasAlias(indexNames []string, aliasNames []string) (bool, error)
@@ -666,7 +666,7 @@ func (i *IndexFunction) IndexHasAlias(indexNames []string, aliasNames []string)
666666
667667
668668<a name="IndexFunction.RefreshIndex"></a>
669- ### func \(\*IndexFunction\) [RefreshIndex](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L318 >)
669+ ### func \(\*IndexFunction\) [RefreshIndex](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L337 >)
670670
671671```go
672672func (i *IndexFunction) RefreshIndex(index string) error
@@ -675,7 +675,7 @@ func (i *IndexFunction) RefreshIndex(index string) error
675675
676676
677677<a name="IndexFunction.RemoveIndexesFromAlias"></a>
678- ### func \(\*IndexFunction\) [RemoveIndexesFromAlias](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L267 >)
678+ ### func \(\*IndexFunction\) [RemoveIndexesFromAlias](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L286 >)
679679
680680```go
681681func (i *IndexFunction) RemoveIndexesFromAlias(indexesToRemove []string, aliasName string) error
@@ -684,7 +684,7 @@ func (i *IndexFunction) RemoveIndexesFromAlias(indexesToRemove []string, aliasNa
684684
685685
686686<a name="IndexFunction.SetIndexSettings"></a>
687- ### func \(\*IndexFunction\) [SetIndexSettings](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L370 >)
687+ ### func \(\*IndexFunction\) [SetIndexSettings](<https:// github.com/greenbone/opensight-golang-libraries/blob/main/pkg/openSearch/openSearchClient/indexFunctions.go#L389 >)
688688
689689```go
690690func (i *IndexFunction) SetIndexSettings(index string, settingsBody io.Reader) error
0 commit comments