Skip to content

Commit f84eaab

Browse files
committed
The real indexer name changed to xxx.v1
1 parent be3deeb commit f84eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/indexer/code/elastic_search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const (
110110
)
111111

112112
func (b *ElasticSearchIndexer) realIndexerName() string {
113-
return fmt.Sprintf("%s_%d", b.indexerAliasName, esRepoIndexerLatestVersion)
113+
return fmt.Sprintf("%s.v%d", b.indexerAliasName, esRepoIndexerLatestVersion)
114114
}
115115

116116
// Init will initialize the indexer

0 commit comments

Comments
 (0)