apache solr 搜索引擎使用笔记

下载地址:http://apache.fayea.com/lucene/solr/5.2.1/solr-5.2.1.tgz

官网:http://apache.fayea.com/lucene/solr/5.2.1/solr-5.2.1.tgz

安装教程:http://lucene.apache.org/solr/quickstart.html

unzip -q solr-5.2.1.zip
cd solr-5.2.1/
bin/solr start -e cloud -noprompt


启动完成后访问:http://localhost:8983/solr/#/
https://cwiki.apache.org/confluence/display/solr/Post+Tool#PostTool-Windows


java -jar example/exampledocs/post.jar -h
bin/post -c gettingstarted docs/
java -jar example/exampledocs/post.jar  -c gettingstarted docs/



你可能感兴趣的:(apache solr 搜索引擎使用笔记)