mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-07 02:54:33 +08:00
feat: Search enhancement (#2562)
* feat: ignore AList storage on indexing * fix: remove unused err in `walkFn` * chore(ci): fix auto_lang trigger and run it * feat: batch index * feat: quit index & init index * feat: set DocType for bleve data * fix: build index cleanup check origin err
This commit is contained in:
@ -110,6 +110,7 @@ func admin(g *gin.RouterGroup) {
|
||||
|
||||
index := g.Group("/index")
|
||||
index.POST("/build", middlewares.SearchIndex, handles.BuildIndex)
|
||||
index.POST("/stop", middlewares.SearchIndex, handles.StopIndex)
|
||||
index.GET("/progress", middlewares.SearchIndex, handles.GetProgress)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user