Ticket #343 (new 需求) — at Version 2

Opened 11 years ago

Last modified 11 years ago

电脑论坛搜索平台迁移

Reported by: dingjianyong Owned by: liubixiao
Priority: 最高级(1) Milestone:
Component: 电脑网产品论坛 Version: 电脑论坛BBS7.3.1
Keywords: Cc:
Due Date: 08/12/2014

Description (last modified by liubixiao) (diff)

快搜迁移相关资料地址: http://trac.pc.com.cn/sousuo/wiki/migration

论坛索引从快搜应用迁移到新搜索平台开发步骤:
1.按照链接步骤,在快搜后台配置相应的索引 http://trac.pc.com.cn/sousuo/wiki/develop-step
2.在论坛项目中引入快搜框架依赖包,以及快聚包

                <dependency>
		  <groupId>cn.pconline</groupId>
		  <artifactId>common-index</artifactId>
		  <version>1.1.4</version>
		</dependency>
		<dependency>
		  <groupId>cn.com.pconline</groupId>
		  <artifactId>pickax-client-bbs</artifactId>
		  <version>1.0</version>
		</dependency>

3.

Change History

comment:1 Changed 11 years ago by liubixiao

  • Description modified (diff)

comment:2 Changed 11 years ago by liubixiao

  • Description modified (diff)
Note: See TracTickets for help on using tickets.