Re: Search Suggestions

2006-12-15 Thread Simon Wistow
On Fri, Dec 15, 2006 at 04:01:33PM +0530, Kapil Chhabra said: > I have implemented such a feature. Just to add on to what Bhavin said, > your results would be more relevant if you index only 2 & 3 token > phrases and display a 3 token suggestion if the current search keyword > consists of 2 toke

Re: Search Suggestions

2006-12-15 Thread Kapil Chhabra
ndex the way you want... - Bhavin pandya - Original Message - From: "Simon Wistow" <[EMAIL PROTECTED]> To: "Lucene" Sent: Friday, December 15, 2006 3:52 AM Subject: Search Suggestions Yahoo! has a search suggestion feature so that if you search for say &

Re: Search Suggestions

2006-12-14 Thread Bhavin Pandya
Hi simon, You can index the past query log for your search application and search the index the way you want... - Bhavin pandya - Original Message - From: "Simon Wistow" <[EMAIL PROTECTED]> To: "Lucene" Sent: Friday, December 15, 2006 3:52 AM Subject: S

Search Suggestions

2006-12-14 Thread Simon Wistow
Yahoo! has a search suggestion feature so that if you search for say 'shoes' then it also reccomends payless shoes, jordan shoes, aldo shoes, nike shoes, bakers shoes and a bunch of others. Has anyone built something like that in Lucene? Simon ---