dpbfb7119 2014-01-29 06:57
浏览 29

如何在CodeIgniter中集成solr搜索? [关闭]

How to do SOLR autocomplete search box with codeigniter? Please tell me any one Thanks in advance

  • 写回答

1条回答 默认 最新

  • doushiposong30622 2014-01-29 07:18
    关注

    This link have tutorial and code to implement SOLR in Codeigniter. Then you have to do auto-complete yourself with help of ajax and jquery.

    http://mayeul.com/apache-solr-with-codeigniter/

    Edit: Unfortunately above link was broken. I found something new but not for codeigniter. This github link have whole source code and you can create CI library or helper from this package.

    https://github.com/basdenooijer/solarium

    评论

报告相同问题?