* feat: build index & search with bleve (#1740) * delete unused struct Co-authored-by: Noah Hsu <i@nn.ci>
This commit is contained in:
10
internal/bootstrap/index.go
Normal file
10
internal/bootstrap/index.go
Normal file
@ -0,0 +1,10 @@
|
||||
package bootstrap
|
||||
|
||||
import (
|
||||
"github.com/alist-org/alist/v3/internal/conf"
|
||||
"github.com/alist-org/alist/v3/internal/index"
|
||||
)
|
||||
|
||||
func InitIndex() {
|
||||
index.Init(&conf.Conf.IndexDir)
|
||||
}
|
Reference in New Issue
Block a user