mirror of
https://github.com/go-gitea/gitea
synced 2025-07-11 21:17: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:
3
vendor/github.com/olivere/elastic/v7/run-es.sh
generated
vendored
Normal file
3
vendor/github.com/olivere/elastic/v7/run-es.sh
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
VERSION=${VERSION:=6.4.0}
|
||||
docker run --rm -p 9200:9200 -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" -e "bootstrap.memory_lock=true" -e "ES_JAVA_OPTS=-Xms1g -Xmx1g" docker.elastic.co/elasticsearch/elasticsearch-oss:$VERSION elasticsearch -Enetwork.host=_local_,_site_ -Enetwork.publish_host=_local_
|
Reference in New Issue
Block a user