安裝與升級 > 安裝與組態指南 > 使用 PTC Solution Installer > 安裝 Windchill 解決方案 > 選用產品設定 > Windchill Index Search 安裝 > Windchill Index Search 安裝後組態 > 配置獨立索引搜尋伺服器 > 建立 Solr 核心 (獨立模式)
  
建立 Solr 核心 (獨立模式)
安裝時,會自動建立 Windchill Index Search、Windchill PartsLink、S1000D 和 Service Information Manager 模組的核心。本節描述出於某種原因移除由 PSI 建立的核心時如何手動建立核心。
* 
即使未安裝 Windchill Index Search、Windchill PartsLink、S1000D 與 Service Information Manager 模組,也會自動建立這些模組的核心。因此,如果您日後決定要安裝這些模組,則無需建立各自的核心。
1. 開啟指令提示,並使用下列指令啟動 Solr︰
啟動 Solr (Windows):
<INDEX_SEARCH_HOME>/bin/Index_Search_Server.bat start
啟動 Solr (Unix):
sh <INDEX_SEARCH_HOME>/bin/Index_Search_Server.sh start
其中 <INDEX_SEARCH_HOME> 是安裝索引搜尋伺服器的安裝目錄。
2. 從指令提示下,導覽至 <INDEX_SEARCH_HOME></INDEX_SEARCH_HOME>/solr/bin,並執行下列指令來建立所需模組的核心︰
Windchill Index Search
Windows:
solr.cmd create -c wblib -n wblib -d D:\ptc\IndexSearchServer\SolrServer\solr_schemas\wblib
Unix:
solr create -c wblib -n wblib -d /opt/ptc/IndexSearchServer/SolrServer/solr_schemas/wblib
Windchill PartsLink
Windows:
solr.cmd create -c clfstructurelib -n clfstructurelib -d D:\ptc\IndexSearchServer\SolrServer\solr_schemas\clfstructurelib
Unix:
solr create -c clfstructurelib -n clfstructurelib -d /opt/ptc/IndexSearchServer/SolrServer/solr_schemas/clfstructurelib
S1000D
Windows:
solr.cmd create -c sisaadlib -n sisaadlib -d D:\ptc\IndexSearchServer\SolrServer\solr_schemas\sisaadlib
Unix:
solr create -c sisaadlib -n sisaadlib -d /opt/ptc/IndexSearchServer/SolrServer/solr_schemas/sisaadlib
Service Information Manager
Windows:
solr.cmd create -c sisatalib -n sisatalib -d D:\ptc\IndexSearchServer\SolrServer\solr_schemas\sisatalib
Unix:
solr create -c sisatalib -n sisatalib -d /opt/ptc/IndexSearchServer/SolrServer/solr_schemas/sisatalib
3. 開啟 Solr 管理員介面,並確認 Solr 正在執行,而且核心可供使用︰
http://<SOLR_HOSTNAME>:<SOLR_PORT>/solr