Re: Ngram autocompleter and term frequency boosting

2012-01-23 Thread Cuong Hoang
rmance Monitoring SaaS for Solr - > http://sematext.com/spm/solr-performance-monitoring/index.html > > > > > > > > - Original Message ----- > >> From: Cuong Hoang > >> To: solr-user@lucene.apache.org > >> Cc: > >> Sent: Thursday,

Re: Ngram autocompleter and term frequency boosting

2012-01-19 Thread Andrew Harvey
> > Performance Monitoring SaaS for Solr - > http://sematext.com/spm/solr-performance-monitoring/index.html > > > > - Original Message - >> From: Cuong Hoang >> To: solr-user@lucene.apache.org >> Cc: >> Sent: Thursday, January 19, 2012 12:

Re: Ngram autocompleter and term frequency boosting

2012-01-19 Thread Otis Gospodnetic
ance-monitoring/index.html - Original Message - > From: Cuong Hoang > To: solr-user@lucene.apache.org > Cc: > Sent: Thursday, January 19, 2012 12:01 AM > Subject: Ngram autocompleter and term frequency boosting > > Hi guys, > > I'm trying to build a Ngram-based

Ngram autocompleter and term frequency boosting

2012-01-18 Thread Cuong Hoang
Hi guys, I'm trying to build a Ngram-based autocompleter that takes term frequency into account. Let's say I have the following documents: D1: title => "Java Developer" D2: title => "Java Programmer" D3: title => "Java Developer" When the user types in "Java", I want to display 1. "Java Develo