solr 新增core並保留資料

2021-08-04 05:43:35 字數 278 閱讀 4391

找到你的core所在目錄,如core的名字collection1

則cp -r collection1 collection2

新增的core為collection2

然後cd collection2

修改core.properties中的名字為collection2

然後檢查該目錄下其他配置中是否有collection1的字元,修改為collection2

重啟tomcat。ok!collection2也會有了collection1的資料並且互相不干擾

使用 Solr 建立 Core 並匯入資料庫資料

1.輸入 http localhost 8080 solr index.html 來到 solr 的管理介面 2.點選左側 core admin add core,然後輸入自己想要的名字即可,輸入完成點選 add core,如下圖 如果出現以下這種錯誤 error createing solrcor...

Solr的core匯入資料資訊

1 首先需要jdbc的jar包 並且複製到tomcat下lib目錄下。2 新建乙個core,名字為hotel,賦值collection1,名字改為你資料庫中的的庫名,並且修改core.properties 的內容為為你修改的名字。3 修改d solr home hotel conf solrconf...

solr的core匯入資料庫資料

準備材料資料庫指令碼 user itripdb drop table if exists itrip hotel create table itrip hotel id bigint 11 not null auto increment comment 主鍵 hotelname varchar 25...