使用 IBM OmniFind Enterprise Edition 结合分类词典文件实现基于搜索结果分类
2008-11-08 16:32:41 来源:WEB开发网清单 2. 表示酒店的分类字典 restaurant.xml
<?xml version="1.0" ?>
<restaurants>
<restaurant>
<name>北京国际饭店</name>
<address>北京东城区建国门大街9号</address>
<Tele>010-51659388</Tele>
<level></level>
<web>http://www.bih.com.cn/</web>
<other></other>
</restaurant>
<restaurant>
<name>北京崇文门饭店</name>
<address>北京崇文门西大街2号</address>
<Tele>010-65122211</Tele>
<level></level>
<web>http://www.cwmhotel.com/</web>
<other></other>
</restaurant>
</restaurants>
清单 3. 表示商店的分类字典 shop.xml
<?xml version="1.0" ?>
<shops>
<shop>
<id>1001</id>
<name>百货大楼</name>
<address>王府井大街255号</address>
<Tele>010-65126677</Tele>
<web>http://www.wfj.com.cn/</web>
<other></other>
</shop>
<shop>
<id>1002</id>
<name>东方广场</name>
<address>北京市东城区东长安街1号</address>
<Tele>010-65596277</Tele>
<web>http://www.fstourmall.com/</web>
<other></other>
</shop>
</shops>
更多精彩
赞助商链接