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

資源簡介

Lucene.Net只是一個(gè)全文檢索開發(fā)包,不是一個(gè)成型的搜索引擎 它提供了類似SQLServer數(shù)據(jù)庫正式版中的全文檢索功能的索引庫 你把數(shù)據(jù)扔給Lucene.Net,【Lucene.Net只針對文本信息建立索引,所以他只接收文本信息,如果不是文本信息,則要轉(zhuǎn)換為文本信息】它會(huì)將文本內(nèi)容分詞后保存在索引庫中,當(dāng)用戶輸入關(guān)鍵字提交查詢時(shí),Lucene.Net從索引庫中檢索關(guān)鍵字?jǐn)?shù)據(jù),所以搜索速度非常快,適合于用戶開發(fā)自己站內(nèi)的搜索引擎 Q:分詞 A:即將"不是所有痞子都叫一毛"文本內(nèi)容通過分詞算法 分割成為“不是” “所有” “痞子” “都” “叫” "一毛" 。 但是Lucene.Net內(nèi)置分詞算法對中文支持不是很好,以下會(huì)使用國內(nèi)較為流行的分詞算法 -- 盤古分詞

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;

namespace?ChivasCommon
{
????public?class?Books
????{
????????public?int?Id?{?get;?set;?}

????????public?string?title?{?get;?set;?}

????????public?string?ContentDescription?{?get;?set;?}
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-02-27?10:37??ChivasCommon\
?????目錄???????????0??2017-02-27?13:22??ChivasCommon\ChivasCommon\
?????文件????????1005??2017-02-27?10:37??ChivasCommon\ChivasCommon.sln
?????文件???????45568??2017-02-27?13:23??ChivasCommon\ChivasCommon.v12.suo
?????目錄???????????0??2017-02-27?13:05??ChivasCommon\ChivasCommon\bin\
?????文件????????9728??2017-02-27?13:05??ChivasCommon\ChivasCommon\bin\ChivasCommon.dll
?????文件?????????340??2017-02-27?10:37??ChivasCommon\ChivasCommon\bin\ChivasCommon.dll.config
?????文件???????19968??2017-02-27?13:05??ChivasCommon\ChivasCommon\bin\ChivasCommon.pdb
?????目錄???????????0??2017-02-27?13:05??ChivasCommon\ChivasCommon\bin\Dict\
?????文件????????1001??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\Dict\ChsDoubleName1.txt
?????文件????????1011??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\Dict\ChsDoubleName2.txt
?????文件????????1006??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\Dict\ChsSingleName.txt
?????文件?????3642447??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\Dict\Dict.dct
?????文件?????????251??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\Dict\Stopword.txt
?????文件???????75361??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\Dict\Synonym.txt
?????文件?????????215??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\Dict\Wildcard.txt
?????文件??????856064??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\Lucene.Net.dll
?????文件???????78336??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\PanGu.dll
?????文件???????11776??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\PanGu.HighLight.dll
?????文件????????6144??2017-02-27?10:39??ChivasCommon\ChivasCommon\bin\PanGu.Lucene.Analyzer.dll
?????文件?????????303??2017-02-27?11:46??ChivasCommon\ChivasCommon\Books.cs
?????文件????????1339??2017-02-27?12:04??ChivasCommon\ChivasCommon\BooksManager.cs
?????文件????????6933??2017-02-27?13:05??ChivasCommon\ChivasCommon\ChivasCommon.csproj
?????文件????????1175??2017-02-27?13:05??ChivasCommon\ChivasCommon\ChivasCommon.csproj.user
?????目錄???????????0??2017-02-27?10:39??ChivasCommon\ChivasCommon\dll\
?????文件???????28672??2017-02-27?10:39??ChivasCommon\ChivasCommon\dll\Common.Logging.dll
?????文件??????270336??2017-02-27?10:39??ChivasCommon\ChivasCommon\dll\log4net.dll
?????文件?????1365508??2017-02-27?10:39??ChivasCommon\ChivasCommon\dll\log4net.xml
?????文件??????856064??2017-02-27?10:39??ChivasCommon\ChivasCommon\dll\Lucene.Net.dll
?????文件???????78336??2017-02-27?10:39??ChivasCommon\ChivasCommon\dll\PanGu.dll
?????文件???????11776??2017-02-27?10:39??ChivasCommon\ChivasCommon\dll\PanGu.HighLight.dll
............此處省略24個(gè)文件信息

評(píng)論

共有 條評(píng)論