Solr Autosuggest
        Posted  
        
            by 
                rahul
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by rahul
        
        
        
        Published on 2011-02-24T06:27:59Z
        Indexed on 
            2011/02/24
            7:26 UTC
        
        
        Read the original article
        Hit count: 526
        
solr
Hi,
I am using Solr (1.4) AutoSuggest feature using termsComponent.
Currently, if I type 'goo' means, Solr suggest words like 'google'.
But I would like to receive suggestions like 'google, google alerts, ..' . ie, suggestions with single and multiple terms.
Not sure, whether I need to use edgengrams for that. for eg, indexing google like 'go', 'oo', 'og', ... . But I think I don't need this, Since I don't want partial search. Please let me know if there is any way to do multiple word suggestions .
Thanks in Advance.
© Server Fault or respective owner