Solr 5.4.0

1.1. 下載html

下載地址:http://lucene.apache.org/solr/java

環境要求:jdk1.7+以上,下載地址shell

http://www.oracle.com/technetwork/java/javase/downloads/index.htmlapache

1.2. 啓動oracle

   將命令窗口移動到角色的目錄下,正面的命令若是不是在window上執行,則執行文件沒有 .cmd後綴.spa

1.2.1. 普通啓動code

 $ bin\solr.cmd start

1.2.2. 指定端口啓動orm

$ bin\solr.cmd start -p 8993
$bin\solr.cmd start -f

啓動後的管理界面:http://localhost:8993/solr/admin/htm

1.2.4. 更多get

$ bin\solr.cmd start -help

1.2.5. 中止指定端口

bin\solr.cmd stop -p 8993

1.2.6. 中止本機全部

 $bin\solr.cmd stop -all

啓動一個指定的實例:單一實例

 $bin\solr.cmd -e techproducts

 

查看solr狀態:

$bin\solr.cmd status

建立實例

$ bin/solr.cmd create -c <name>

輸出的內容以下:

Creating new core 'dick' using command:
http://localhost:8983/solr/admin/cores?action=CREATE&name=dick&instanceDir=dick
{
  "responseHeader":{
    "status":0,
    "QTime":1152},
  "core":"dick"}
相關文章
相關標籤/搜索