标签:des style blog http color os strong 文件
将schema.xml中的
<field name="content" type="text" stored="false" indexed="true"/>改为
<field name="content" type="text" stored="true" indexed="true"/>
velocity/results_list.vm
##parse("hit_plain.vm")将注释去掉。
4、调整每个搜索返回项的显示内容
vi richtest_doc.vm
<div> Id: #field('id') </div>改成:
<div> time: #field('tstamp') </div> <div> score: #field('score') </div>这个方法可以修改其它字段,详见http://blog.csdn.net/jediael_lu/article/details/38039267
集成Nutch/Hbase/Solr构建搜索引擎之三:内容修改,布布扣,bubuko.com
集成Nutch/Hbase/Solr构建搜索引擎之三:内容修改
标签:des style blog http color os strong 文件
原文地址:http://blog.csdn.net/jediael_lu/article/details/38087747