dqol6556 2010-05-11 02:53
浏览 49
已采纳

如何为网站制作搜索引擎? [关闭]

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.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(11条)
编辑
预览

报告相同问题?