mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 11:07:20 +00:00
Update to last common bleve (#3986)
This commit is contained in:
committed by
Lunny Xiao
parent
1b7cd3d0b0
commit
917b9641ec
3
vendor/github.com/blevesearch/bleve/config.go
generated
vendored
3
vendor/github.com/blevesearch/bleve/config.go
generated
vendored
@ -25,6 +25,9 @@ import (
|
||||
"github.com/blevesearch/bleve/index/upsidedown"
|
||||
"github.com/blevesearch/bleve/registry"
|
||||
"github.com/blevesearch/bleve/search/highlight/highlighter/html"
|
||||
|
||||
// force import of scorch so its accessible by default
|
||||
_ "github.com/blevesearch/bleve/index/scorch"
|
||||
)
|
||||
|
||||
var bleveExpVar = expvar.NewMap("bleve")
|
||||
|
Reference in New Issue
Block a user