mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 11:08:19 +00:00
Issue search support elasticsearch (#9428)
* Issue search support elasticsearch * Fix lint * Add indexer name on app.ini * add a warnning on SearchIssuesByKeyword * improve code
This commit is contained in:
5
vendor/modules.txt
vendored
5
vendor/modules.txt
vendored
@@ -294,6 +294,7 @@ github.com/lunny/nodb/store/goleveldb
|
||||
# github.com/magiconair/properties v1.8.1
|
||||
github.com/magiconair/properties
|
||||
# github.com/mailru/easyjson v0.7.0
|
||||
github.com/mailru/easyjson
|
||||
github.com/mailru/easyjson/buffer
|
||||
github.com/mailru/easyjson/jlexer
|
||||
github.com/mailru/easyjson/jwriter
|
||||
@@ -336,6 +337,10 @@ github.com/nfnt/resize
|
||||
github.com/niklasfasching/go-org/org
|
||||
# github.com/oliamb/cutter v0.2.2
|
||||
github.com/oliamb/cutter
|
||||
# github.com/olivere/elastic/v7 v7.0.9
|
||||
github.com/olivere/elastic/v7
|
||||
github.com/olivere/elastic/v7/config
|
||||
github.com/olivere/elastic/v7/uritemplates
|
||||
# github.com/pelletier/go-toml v1.4.0
|
||||
github.com/pelletier/go-toml
|
||||
# github.com/philhofer/fwd v1.0.0
|
||||
|
Reference in New Issue
Block a user