摘要:
英文标题:DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code
原文地址: http://www.codeproject.com/KB/aspnet/DotLuceneSearch.aspx
作者:Dan Letecky
dotLucene是个不错的全文检索引擎.本文介绍用核心的37行代码构建网站的全文检索.
阅读全文
摘要:
using System;using System.IO;using System.Text.RegularExpressions;using System.Collections.Generic;using System.Text;using System.Net; namespace ConsoleApplication1{ class Program { stati... 阅读全文