I want to have a search engine for my website, is any of these web search engines(like Google,yahoo,etc) provide a free service? Or I should do it by myself
12条回答 默认 最新
- dongyuelian9602 2010-05-11 03:03关注
Zend_Search_Lucene is a fully implemented and fast PHP based fulltext search engine. You'll have to index your own data but it provides a great deal of flexibility and control (search content, type, associated data to return etc). There are also implementations in many other languages.
This is a better option if you are indexing products or documents, not if you want the content of your website to be searched à la Google.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报