Re: Can I do "Google Suggest" Like Search?

2006-07-13 Thread karl wettin
On Wed, 2006-05-24 at 13:11 +0530, Vikas Khengare wrote: > So when I type “L” it will give me search options names which will > start from “L”. Then when I will type “Lu” then it should give me > options for names which are starting from “Lu”. & so on …… Vikas, the Jira now contains code that do

Re: Can I do "Google Suggest" Like Search?

2006-07-13 Thread Mark Miller
Another option is to use Sun's free and soon to be open source Java Studio Creator2. It's a great way to do JSF and provides an AJAX google suggest type component. You can hook this component up to a lucene search and *BOOM*...google suggest. Here is a link to a "did you mean" tutorial as well (i

Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread Vikas Khengare
Hi Friend         I want to perform search like “Google search” which will give suggestions to user. So when I type “L” it will give me search options names which will start from “L”. Then when I will type “Lu” then it should give me options for names which are starting from “Lu

Re: Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread Zhenjian YU
hi, *vikas, *the ajax way should work for you. while in the lucene part, you should do something to handle the prefix query. Best Regards, Zhenjian On 5/24/06, Vikas Khengare <[EMAIL PROTECTED]> wrote: Hi Friend I want to perform search like "Google search" which will give

RE: Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread Vikas Khengare
ual I want only "America" & "Asia".   Thanks   -Original Message- From: Zhenjian YU [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 1:33 PM To: java-user@lucene.apache.org Cc: lucene-user@jakarta.apache.org; java-dev@lucene.apache.org Subject: Re: Can I

Re: Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread Zhenjian YU
24, 2006 1:33 PM To: java-user@lucene.apache.org Cc: lucene-user@jakarta.apache.org; java-dev@lucene.apache.org Subject: Re: Can I do "Google Suggest" Like Search? - - - from - - -vikas hi, *vikas, *the ajax way should work for you. while in the lucene part, you should do som

Re: Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread Vikas Khengare
actual I want only "America" & "Asia". >  >  >  > Thanks >  >  >  > -Original Message- > From: Zhenjian YU [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 24, 2006 1:33 PM > To: java-user@lucene.apache.org > Cc: lucene-user@jak

Re: Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread mark harwood
Tips: 1) Don't send to 3 mail lists when 1 will do please continue this conversation on java-user only. 2) Most "suggest" tools work off an index of previous searches (not documents). Do you have a large set of searches? If not, making sensible suggestions based on document content can be much mo

RE: Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread Vikas Khengare
a*" it will return me all values which are starting from "a" So I will get results as I want.   Is this one right?   Or What is other way to do so?       -Original Message- From: mark harwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 3:37 PM To: j

RE: Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread mark harwood
this one right? > > > > Or What is other way to do so? > > > > > > > > > > -Original Message- > From: mark harwood [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 24, 2006 3:37 PM > To: java-user@lucene.apache.org > S

Re: Can I do "Google Suggest" Like Search? - - - from - - -vikas

2006-05-24 Thread Zhenjian YU
; So I will get results as I > want. > > > > Is this one right? > > > > Or What is other way to do so? > > > > > > > > > > -Original Message- > From: mark harwood [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 24, 2006 3:37 PM >