Re: Related searches

2006-02-01 Thread xing jiang
> wrote: > > On 1/30/06, Leon Chaddock <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anyone know if it is possible to show related searches with lucene, > for example if > > someone searched for "car insurance" you could bring back the results > and related

Re: Related searches

2006-02-01 Thread Dave Kor
On 1/30/06, Leon Chaddock <[EMAIL PROTECTED]> wrote: > Hi, > Does anyone know if it is possible to show related searches with lucene, for > example if > someone searched for "car insurance" you could bring back the results and > related > searches like the

Re: Related searches

2006-01-31 Thread Hemant Joshi
Have you considered using bi-grams and tri-grams? It might be useful indexing with NgramFilter and then searching for N-grams through the text. You could also count the number of times a particular document consists of "Car Insurance Rate" for term-frequency etc. -Hemant

Re: Related searches

2006-01-31 Thread Rajesh Munavalli
; > -Ursprüngliche Nachricht- > Von: xing jiang [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 31. Januar 2006 19:03 > An: java-user@lucene.apache.org > Betreff: Re: Related searches > > I think you should build a type of domain specific dictionary first. You > sho

AW: Related searches

2006-01-31 Thread Klaus
Hi Leon, have you tried the WorldNet ad-on? You can easily expand the query with synonyms. -Ursprüngliche Nachricht- Von: xing jiang [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 31. Januar 2006 19:03 An: java-user@lucene.apache.org Betreff: Re: Related searches I think you should

Re: Related searches

2006-01-31 Thread Rajesh Munavalli
> Does anyone know if it is possible to show related searches with lucene, > for example if someone searched for "car insurance" you could bring back the > results and related searches like these > > > Automobile Insurance > Car Insurance Quote > Car Insurance

Re: Related searches

2006-01-31 Thread xing jiang
I think you should build a type of domain specific dictionary first. You should say, for instance, "automobile = car". This approach can satisfy your requirement. On 1/30/06, Leon Chaddock <[EMAIL PROTECTED]> wrote: > > Hi, > Does anyone know if it is possible to show rel

Related searches

2006-01-30 Thread Leon Chaddock
Hi, Does anyone know if it is possible to show related searches with lucene, for example if someone searched for "car insurance" you could bring back the results and related searches like these Automobile Insurance Car Insurance Quote Car Insurance Quotes Auto Insurance Cheap Car Ins