美文网首页
lucene-solr源码编译导入eclipse

lucene-solr源码编译导入eclipse

作者: 北京赫克托 | 来源:发表于2018-01-14 19:31 被阅读0次

gitlab地址:https://github.com/apache/lucene-solr

第一步:git clone https://github.com/apache/lucene-solr.git 下载项目

第二步:安装ant & ivy (两者合起来类似maven)

第三步:ant compile (时间会比较长),如果出现.ant/lib does not exist,先执行ant ivy-bootstrap,再执行ant compile

第四步:ant eclipse 

第五步:导入eclipse

相关文章

网友评论

      本文标题:lucene-solr源码编译导入eclipse

      本文链接:https://www.haomeiwen.com/subject/szcloxtx.html