close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 10, 2013, 6:07:36 PM (13 years ago)
- Author:
-
shunfa
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v13
|
v14
|
|
| 20 | 20 | [[Image(V2.1-CrawlJobStatus.png)]] |
| 21 | 21 | |
| | 22 | == 判斷Job是否可以修復 == |
| | 23 | * Step1:檢查crawlDB資料夾是否存在DB Name |
| | 24 | * Step2:檢查solr.xml及solr資料夾是否存在DB Name,均存在則可執行Step3.a,若不存在則必須執行Step3.b,砍掉重練 |
| | 25 | * Step3.a:執行reindex程序 |
| | 26 | * Step3.b:若存在以下資料,則刪除 |
| | 27 | {{{ |
| | 28 | #!text |
| | 29 | crawlDB/DB_Name |
| | 30 | solr.xml |
| | 31 | solr folder |
| | 32 | }}} |
| | 33 | |
| 22 | 34 | == 待測試及新增項目 == |
| 23 | | * 多搜尋引擎 |
| | 35 | * (v) 多搜尋引擎 |
| 24 | 36 | * 加入中文分詞套件庫 |
| 25 | | * 本機檔案搜尋 |
| | 37 | * (測試中,尚未穩定) 本機檔案搜尋 |
| 26 | 38 | * 檔案伺服器 |
| | 39 | * 檢查相同索引庫名稱,避免衝突 |