最近公司想在网站上做一个站内搜素,但具体怎么跟数据库结合搜索,以及在搜索上速度不要太慢。没有头绪啊。
------解决方案--------------------
http://www.jz123.cn/soft/2/168/Soft_168_1.html
------解决方案--------------------
google "Lucene.net"
------解决方案--------------------
一般3中解决方案。
1,使用iis索引资源
2,数据库全文索引(http://technet.microsoft.com/zh-cn/library/ms142571.aspx)
3,第三方全文搜索框架:lucene .net(http://lucenenet.apache.org/),hubbledotnet(http://www.hubbledotnet.com/)等
切忌用like检索,小型网站推荐用前两种方法。