xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

使用visual studio 開發的lucene.net和盤古分詞實現全文檢索。并按照lucene的得分算法進行多條件檢索并按照得分算法計算匹配度排序。 可以輸入一句話進行檢索。 lucene.net的版本為2.9.2 盤古分詞的版本為2.3.1 并實現了高亮功能。高亮上使用的是盤古分詞的高亮算法。 有點小bug,在這個字段沒有關鍵字的時候可能會不顯示數據, 如果要是只看全文檢索,可以自己去掉高亮,看一下檢索結果。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;

namespace?WebApplucene
{
????public?partial?class?About?:?System.Web.UI.Page
????{
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{

????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????460??2013-10-20?11:23??WebApplucene\WebApplucene\About.aspx

?????文件????????333??2013-10-20?11:23??WebApplucene\WebApplucene\About.aspx.cs

?????文件????????450??2013-10-20?11:23??WebApplucene\WebApplucene\About.aspx.designer.cs

?????文件???????4451??2013-10-20?11:23??WebApplucene\WebApplucene\Account\ChangePassword.aspx

?????文件????????350??2013-10-20?11:23??WebApplucene\WebApplucene\Account\ChangePassword.aspx.cs

?????文件????????840??2013-10-20?11:23??WebApplucene\WebApplucene\Account\ChangePassword.aspx.designer.cs

?????文件????????509??2013-10-20?11:23??WebApplucene\WebApplucene\Account\ChangePasswordSuccess.aspx

?????文件????????357??2013-10-20?11:23??WebApplucene\WebApplucene\Account\ChangePasswordSuccess.aspx.cs

?????文件????????474??2013-10-20?11:23??WebApplucene\WebApplucene\Account\ChangePasswordSuccess.aspx.designer.cs

?????文件???????3073??2013-10-20?11:23??WebApplucene\WebApplucene\Account\Login.aspx

?????文件????????470??2013-10-20?11:23??WebApplucene\WebApplucene\Account\Login.aspx.cs

?????文件???????1159??2013-10-20?11:23??WebApplucene\WebApplucene\Account\Login.aspx.designer.cs

?????文件???????5697??2013-10-20?11:23??WebApplucene\WebApplucene\Account\Register.aspx

?????文件????????912??2013-10-20?11:23??WebApplucene\WebApplucene\Account\Register.aspx.cs

?????文件???????1200??2013-10-20?11:23??WebApplucene\WebApplucene\Account\Register.aspx.designer.cs

?????文件????????347??2013-10-20?11:23??WebApplucene\WebApplucene\Account\Web.config

?????文件??????32768??2010-05-11?17:52??WebApplucene\WebApplucene\bin\Highlighter.Net.dll

?????文件?????856064??2013-10-20?10:45??WebApplucene\WebApplucene\bin\Lucene.Net.dll

?????文件????3202560??2013-10-20?10:45??WebApplucene\WebApplucene\bin\Lucene.Net.pdb

?????文件??????78336??2010-08-20?15:31??WebApplucene\WebApplucene\bin\PanGu.dll

?????文件??????11776??2010-08-20?15:34??WebApplucene\WebApplucene\bin\PanGu.HighLight.dll

?????文件??????28160??2010-08-20?15:34??WebApplucene\WebApplucene\bin\PanGu.HighLight.pdb

?????文件???????6144??2012-06-29?11:15??WebApplucene\WebApplucene\bin\PanGu.Lucene.Analyzer.dll

?????文件?????210432??2010-08-20?15:31??WebApplucene\WebApplucene\bin\PanGu.pdb

?????文件???????1985??2010-08-20?14:49??WebApplucene\WebApplucene\bin\PanGu.xml

?????文件??????15872??2013-11-01?12:31??WebApplucene\WebApplucene\bin\WebApplucene.dll

?????文件??????52736??2013-11-01?12:31??WebApplucene\WebApplucene\bin\WebApplucene.pdb

?????文件???????3017??2012-12-14?15:11??WebApplucene\WebApplucene\ChineseAnalyzer\ChineseAnalyzer.cs

?????文件???????3680??2012-12-14?15:11??WebApplucene\WebApplucene\ChineseAnalyzer\ChineseFilter.cs

?????文件???????5645??2012-12-14?15:11??WebApplucene\WebApplucene\ChineseAnalyzer\ChineseTokenizer.cs

............此處省略55個文件信息

評論

共有 條評論