Re: Lucene Free Text Suggester, get only single tokens as suggestion!

2014-10-13 Thread Michael McCandless
"free text suggestion". > The field is analyzed, storend and term vector the field. I tried to use two > approaches to get the suggestions from the field. > > I have tried to apply the free text suggester with a dictionary like : > > > FreeTextSuggester

Lucene Free Text Suggester, get only single tokens as suggestion!

2014-10-13 Thread andi rexha
Hi! I have a field in an index for which I want to have a "free text suggestion". The field is analyzed, storend and term vector the field. I tried to use two approaches to get the suggestions from the field. I have tried to apply the free text suggester with a dicti

free text suggester

2014-08-22 Thread parnab kumar
Hi, I am using lucene 4.8. I already have an index. I want to use the Free text suggester feature when a user queries the index. I am not sure how to start with this. A sample code snippet or a pointer to one would be really helpful. Thanks, Parnab