rename index file

This commit is contained in:
2025-09-08 22:01:23 +08:00
parent 24ba97817a
commit abbd7ed006

View File

@@ -58,7 +58,7 @@ func createIndex() error {
}
func init() {
indexPath := utils.GetStoragePath() + "/search_index.bleve"
indexPath := utils.GetStoragePath() + "/resource_index.bleve"
var err error
index, err = bleve.Open(indexPath)