Changes between Initial Version and Version 1 of Ticket #343


Ignore:
Timestamp:
12/02/2014 02:41:08 PM (11 years ago)
Author:
liubixiao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #343 – Description

    initial v1  
    1 论坛索引从快搜应用迁移到新搜索平台 
     1快搜迁移相关资料地址:[http://trac.pc.com.cn/sousuo/wiki/migration] 
     2 
     3论坛索引从快搜应用迁移到新搜索平台开发步骤: 
     41.按照链接步骤,在快搜后台配置相应的索引[http://trac.pc.com.cn/sousuo/wiki/develop-step] 
     52.在论坛项目中引入快搜框架依赖包,以及快聚包 
     6 
     7{{{ 
     8<dependency> 
     9                  <groupId>cn.pconline</groupId> 
     10                  <artifactId>common-index</artifactId> 
     11                  <version>1.1.4</version> 
     12                </dependency> 
     13                <dependency> 
     14                  <groupId>cn.com.pconline</groupId> 
     15                  <artifactId>pickax-client-bbs</artifactId> 
     16                  <version>1.0</version> 
     17                </dependency> 
     18}}} 
     193.