Searching names with Apache Solr

后端 未结 5 1263
抹茶落季
抹茶落季 2020-12-12 21:20

I\'ve just ventured into the seemingly simple but extremely complex world of searching. For an application, I am required to build a search mechanism for searching users by

5条回答
  •  一向
    一向 (楼主)
    2020-12-12 21:44

    For phonetic name search you might also try the Beider-Morse Filter which works pretty well if you have a mixture of names from different countries.

    If you want to use it with a typeahead feature, combine it with an EdgeNGramFilter:

    
      
        
        
        
      
      
        
        
      
    
    

提交回复
热议问题