fix index stringify name
This commit is contained in:
@@ -48,7 +48,7 @@ func NewNonUniqueIndex(typeName, indexBy, filesDir, indexBaseDir string, cfg *Co
|
|||||||
typeName: typeName,
|
typeName: typeName,
|
||||||
filesDir: filesDir,
|
filesDir: filesDir,
|
||||||
indexBaseDir: indexBaseDir,
|
indexBaseDir: indexBaseDir,
|
||||||
indexRootDir: path.Join(indexBaseDir, strings.Join([]string{"unique", typeName, indexBy}, ".")),
|
indexRootDir: path.Join(indexBaseDir, strings.Join([]string{"non_unique", typeName, indexBy}, ".")),
|
||||||
cs3conf: cfg,
|
cs3conf: cfg,
|
||||||
dataProvider: dataProviderClient{
|
dataProvider: dataProviderClient{
|
||||||
client: http.Client{
|
client: http.Client{
|
||||||
|
|||||||
Reference in New Issue
Block a user