2013年1月3日 星期四

[Notes] Solr AutoComplete resources

http://www.medihack.org/2011/03/01/autocompletion-autosuggestion-using-solr/

http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-td3998559i20.html

http://stackoverflow.com/questions/2768770/how-to-structure-an-index-for-type-ahead-for-extremely-large-dataset-using-lucen


http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/

6 則留言:

  1. 請問你也在用 Solr 開發搜尋系統嗎?或什麼相關的應用?

    回覆刪除
    回覆
    1. 目前正使用Lucene+Solr開發企業內部使用的enterprise search portal

      刪除
    2. cool, 可以請問貴公司是? 我也開發類似的產品,不知道有沒機會交流?

      刪除
    3. 歡迎交流. 最近剛處理兩個問題,一是繁體中文分詞準確率;二是autocomplete要處理的是數字為首的內容.

      刪除
    4. 您是用 StandardAnalyzer 來分詞中文嗎?
      還是對於中文,你有另外採用其他的 Analyzer 來處理?

      刪除
    5. 可以先參考小弟的另一篇文章 http://chingchangtw.blogspot.tw/2012/12/better-traditional-chinese-support-in.html

      刪除