elasticsearch-2.0源碼閱讀

1、參考

How can I setup and run/debug ElasticSearch in IntelliJ IDEAjava

2、環境搭建

2.1 安裝maven

elasticsearch2.0使用maven管理,因此須要先安裝maven,
image.pnggit

2.2 下載源碼

cd /e/java_projects/es/

git clone https://github.com/elastic/elasticsearch.git

mv elasticsearch es2.0

cd es2.0

git checkout -b v2.0 origin/2.0

image.png

2.3 編譯源碼

mvn clean package -DskipTests

image.png

2.4 更新配置文件

cp -r ./distribution/src/main/resources/config/ ./core/

2.5 IDEA運行

相關文章
相關標籤/搜索