Re: How to implement Autosuggestion

2016-04-06 Thread chandan khatri
Hi Alessandro, Thanks for replying! Here are my answers inline. 1. "First of all, simple string autosuggestion or document autosuggestion ? ( with more additional field to show then the label) Document autosuggestions 2. Are you interested in the analysis for the text to suggest ? Fuzzy s

Re: How to implement Autosuggestion

2016-04-06 Thread chandan khatri
Hi Alessandro, Thanks for replying! Here are my answers inline. On Mon, Apr 4, 2016 at 6:34 PM, Alessandro Benedetti wrote: > Hi Chandan, > I will answer as my previous answer to a similar topic that got lost : > "First of all, simple string autosuggestion or document autosuggestion ? ( > w

Re: How to implement Autosuggestion

2016-04-04 Thread Alessandro Benedetti
Hi Chandan, I will answer as my previous answer to a similar topic that got lost : "First of all, simple string autosuggestion or document autosuggestion ? ( with more additional field to show then the label) Are you interested in the analysis for the text to suggest ? Fuzzy suggestions ? exact "be

Re: How to implement Autosuggestion

2016-04-03 Thread Reth RM
There is a payload attribute but I'm not sure if this can be used for such use case. Lets wait for others contributors to confirm. Similar question posted here: http://stackoverflow.com/questions/32434186/solr-suggestion-with-multiple-payloads . If its just a category that you need then the work a

How to implement Autosuggestion

2016-04-02 Thread chandan khatri
Hi All, I've a query regarding autosuggestion. My use case is as below: 1. User enters product name (say Nokia) 2. I want suggestions along with the category with which the product belongs. (e.g Nokia belongs to "electronics" and "mobile" category) so I want suggestion like Nokia in electronics a

Re: How to implement Autosuggestion

2016-03-30 Thread chandan khatri
; > > > I guess using ngram analyzer is not a good way if data is big. > > > > > > > > > Please suggest me any link or your opinion ? > > > > > > > > > > > > Thanks > > > Mugeesh > > > > > > > >

Re: How to implement Autosuggestion

2016-03-30 Thread Alessandro Benedetti
mplement autosuggestion in ecommerce > > using solr or elasticsearch. > > > > I guess using ngram analyzer is not a good way if data is big. > > > > > > Please suggest me any link or your opinion ? > > > > > > > > Thanks > > Mugeesh >

Re: How to implement Autosuggestion

2016-03-28 Thread Reth RM
guess using ngram analyzer is not a good way if data is big. > > > Please suggest me any link or your opinion ? > > > > Thanks > Mugeesh > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-implement-Autosuggestion-tp4266

How to implement Autosuggestion

2016-03-28 Thread Mugeesh Husain
.nabble.com/How-to-implement-Autosuggestion-tp4266434.html Sent from the Solr - User mailing list archive at Nabble.com.