Re: Lucene auto suggest

2015-11-25 Thread Alessandro Benedetti
t;> > >> > Thank you very much. >> > >> > Regards, >> > Bhaskar >> > >> > >> > >> > On Mon, Nov 23, 2015 at 10:24 PM, Alessandro Benedetti < >> > abenede...@apache.org> wrote: >> > >> > &

Re: Lucene auto suggest

2015-11-25 Thread Bhaskar
t us your requirements ? > > > > > > Is analysis needed in the suggester ? > > > Do you want infix suggestions ? > > > Do you want fuzzy suggestions ? > > > Suggestions of the whole content of a field or only few tokens ? > > > > > > St

Re: Lucene auto suggest

2015-11-25 Thread Alessandro Benedetti
> > the different implementations. > > There are a lot of Lookup strategy, very specific depending on the use > > case. > > > > Cheers > > > > On 23 November 2015 at 12:39, Bhaskar wrote: > > > > > Hi, > > > > > > I am new Lucen

Re: Lucene auto suggest

2015-11-25 Thread Michael Wilkowski
t infix suggestions ? > >> Do you want fuzzy suggestions ? > >> Suggestions of the whole content of a field or only few tokens ? > >> > >> Starting from that you can take a look to the suggester component and > all > >> the different implementations. >

Re: Lucene auto suggest

2015-11-24 Thread Bhaskar
t;> the different implementations. >> There are a lot of Lookup strategy, very specific depending on the use >> case. >> >> Cheers >> >> On 23 November 2015 at 12:39, Bhaskar wrote: >> >> > Hi, >> > >> > I am new Lucene Auto suggest

Re: Lucene auto suggest

2015-11-23 Thread Bhaskar
specific depending on the use > case. > > Cheers > > On 23 November 2015 at 12:39, Bhaskar wrote: > > > Hi, > > > > I am new Lucene Auto suggest. > > Could you please some share the lucene auto suggest sample > > applications/code.. > > > > My u

Re: Lucene auto suggest

2015-11-23 Thread Alessandro Benedetti
implementations. There are a lot of Lookup strategy, very specific depending on the use case. Cheers On 23 November 2015 at 12:39, Bhaskar wrote: > Hi, > > I am new Lucene Auto suggest. > Could you please some share the lucene auto suggest sample > applications/code.. > > My use

Lucene auto suggest

2015-11-23 Thread Bhaskar
Hi, I am new Lucene Auto suggest. Could you please some share the lucene auto suggest sample applications/code.. My use case is: I have the data in the database. I would like write some auto suggest on the data base data. i.e. we have some text box in UI. when user is trying to enter some thing