JavaScript搜索引擎lunr.js.zip
lunr.js实现了在网页上的搜索引擎,类似Solr。
示例代码:
//定义索引
varidx=lunr(function(){
this.field('title',{boost:10})
this.field('body')
})
//添加索引
vardoc={
"title":"Twelfth-Night",
"body":"Ifmusicbethefoodoflove,playon:Givemeexcessofit…",
"author":"WilliamShakespeare
下载地址
用户评论