id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	due_date
91	关于商城的搜索建立问题	liaojunqiang		"备忘：
1.在线下建索引时，要执行以下这句sql：
update ent_product_item set start_date=sysdate -interval '1' hour,end_date=sysdate -interval '-15' day where sell_status=1 and status<2;
把已经下架的商品重新上架；
2.建立索引过程中会报数之不尽的错误，但是程序哪里把它屏蔽了，如果要想看就把它的exception打印出来；
3.写建立lucene的sql语句的时候，注意where后面的等式，如果多对一那种情况，如果写""=""号就可能读取到很少数据，看看需不需要加""(+)"""	QA	new	trivial		系统相关			搜索		14/03/2012
