這篇文章主要介紹“solr常用的命令總結(jié)”,在日常操作中,相信很多人在solr常用的命令總結(jié)問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”solr常用的命令總結(jié)”的疑惑有所幫助!接下來,請跟著小編一起來學(xué)習(xí)吧!
創(chuàng)新互聯(lián)主要從事網(wǎng)頁設(shè)計、PC網(wǎng)站建設(shè)(電腦版網(wǎng)站建設(shè))、wap網(wǎng)站建設(shè)(手機(jī)版網(wǎng)站建設(shè))、成都響應(yīng)式網(wǎng)站建設(shè)公司、程序開發(fā)、網(wǎng)站優(yōu)化、微網(wǎng)站、微信小程序定制開發(fā)等,憑借多年來在互聯(lián)網(wǎng)的打拼,我們在互聯(lián)網(wǎng)網(wǎng)站建設(shè)行業(yè)積累了豐富的網(wǎng)站設(shè)計、成都網(wǎng)站制作、網(wǎng)站設(shè)計、網(wǎng)絡(luò)營銷經(jīng)驗,集策劃、開發(fā)、設(shè)計、營銷、管理等多方位專業(yè)化運(yùn)作于一體。查看幫助
bin/solr -help
可以看到solr有哪些子命令,如 start, stop, restart, status, healthcheck, create, create_core, create_collection, delete, version
啟動start
bin/solr start -help 查看start幫助
bin/solr start 啟動單機(jī)版
bin/solr start -f 前臺啟動
bin/solr start -p 8984 指定端口啟動
bin/solr start -cloud 啟動分布式版本
bin/solr start -e cloud -noprompt -e表示要啟動一個現(xiàn)有的例子,例子名稱是cloud,cloud這個例子是以SolrCloud方式啟動的
bin/solr restart 重啟項目
create
如果是單機(jī)版要創(chuàng)建core,如果是分布式的要創(chuàng)建collection
bin/solr create -help 查看create幫助
bin/solr create -c abc
abc是core或collection的名字,取決于solr是單機(jī)版還是cloud版本;刷新http://localhost:8983/solr ,可以看到core selector中多了一個abc
abc目錄的位置創(chuàng)建在solr.solr.home(默認(rèn)是solr的server/solr目錄)目錄下
post提交數(shù)據(jù)生成索引
bin/post -c abc docs/
向名為abc的core或collection提交數(shù)據(jù),數(shù)據(jù)源在docs/目錄中
刪除
bin/solr delete -c abc 刪除一個core或collection
刪除索引
bin/post -c abc -d "
重新執(zhí)行上面的搜索可以看到搜索結(jié)果的數(shù)量少了一條:numFound列
bin/post -c abc -d "
刪除所有數(shù)據(jù)
停止solr
bin/solr stop -all
狀態(tài)
bin/solr status
到此,關(guān)于“solr常用的命令總結(jié)”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識,請繼續(xù)關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司網(wǎng)站,小編會繼續(xù)努力為大家?guī)砀鄬嵱玫奈恼拢?/p>
網(wǎng)站名稱:solr常用的命令總結(jié)-創(chuàng)新互聯(lián)
本文來源:http://weahome.cn/article/djpgdj.html